commit | be4d8a5e8f8258b0e0fceab8cc8c4860cab51e9e | [log] [tgz] |
---|---|---|
author | Santiago Seifert <aquilescanta@google.com> | Thu Sep 23 13:33:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 23 13:33:47 2021 +0000 |
tree | 349f428b401efcbc32fc77ea23f9f1ed60e9cdd1 | |
parent | cbf1ed03f036f3f3baeaf283289dfbda0469261b [diff] | |
parent | 1fcf4894d0220081564935bc775b79d778e64c58 [diff] |
Merge "Revert "Add PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT"" am: 1fcf4894d0 Original change: https://android-review.googlesource.com/c/platform/build/+/1834616 Change-Id: Ib6b8d6ce6a34a8e26b914344fe2c4b3e711ba177
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.