commit | d99e77d6d61731e96e5bf886202504594aa70d7c | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon Mar 09 12:31:23 2020 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Wed Mar 18 00:55:48 2020 +0000 |
tree | afa3d194836c69b0473416ea44659d9a90e2cc76 | |
parent | 47b08fbab5fb76037a8f8eb4f96284b69f598e12 [diff] |
Make RRO packages for system_ext Until now, packages from system_ext don't create RRO packages, instead it uses static overlay, but to make system_ext common, it should use RRO. Bug: 150820813 Test: m && check if there are RRO packages that use from system_ext apps Change-Id: Id0ddb66adca07a6bb4dda66fbee49fd476ac5342
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.