commit | 85b0346b7a6b7b5f7facbd88cadc88080c0be56d | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Jan 21 12:08:22 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 21 12:08:22 2019 -0800 |
tree | 421d045f75215bfaab02404f7ae2a620e90dba9e | |
parent | bf0574c5c3364c95a283de1b3d3c777e9c63bd72 [diff] | |
parent | 0e4ce6c0e1ffa2943eb3935be4d160b98a8b8e13 [diff] |
Replace hiddenapi-{public,private}-list.txt with a CSV file am: fc274bab4d am: a1a433b368 am: 0e4ce6c0e1 Change-Id: Ib8c051aa4c41b83a1530a964c2ed54af3283611a
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.