commit | 88e7af76fa1db9a99b4b1d77129d23ac3f9464ad | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Oct 30 03:16:19 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 30 03:16:19 2018 -0700 |
tree | 650f204dccc9dd45606970a229cc2468b2bc2cdc | |
parent | e0468483278e05f63c0022e9af5289d01c9e4385 [diff] | |
parent | 4438e0bb8eeeb721219d5920088eaece444b01d8 [diff] |
Merge "Revert^4: Change command-line flags of hiddenapi" am: 4438e0bb8e Change-Id: Iac3ea17875308943baca9c0be4f9404ea47e069b
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.