commit | 17628fe4f4a25ace3f3ad57b3951f62faef7785f | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon Nov 11 09:11:53 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 11 09:11:53 2019 -0800 |
tree | 8c41cc1bafb83743814333bde1686e1ce5a16bd3 | |
parent | b7ef598a6f40a1b37f48ad16f45058ea2b9b85cb [diff] | |
parent | cd22a522764cc9829b3d472ba9172114a9f8b095 [diff] |
Merge "Enforce hidden apis usage in product(make)" am: ad73624924 am: cd22a52276 Change-Id: I1cb37774186fd4e35a9ec3493d4c90bc36006c27
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.