commit | 486c2e88ee2e99e22f23dd5f85761213f32f1a48 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Mar 26 04:22:57 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Mar 26 04:22:57 2022 +0000 |
tree | f3486ee6ec15e007e6fb8a475fd0eb220067a571 | |
parent | 7c3ef9b405910b5dde0ae902d06a602e5812719d [diff] | |
parent | a2fefe18bd7169d1f936d7feee0504484e113b8c [diff] |
Merge "Add fake_packages to the list of exceptions to INSTALLED_FILES_OUTSIDE_PACKAGES" am: d3a9957616 am: a2fefe18bd Original change: https://android-review.googlesource.com/c/platform/build/+/2043302 Change-Id: I39165bf40b18b3118f7746a894108aa25bd8d73a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.