commit | 6fa4b60c218eb7cc81b4c6f33bb855d5e06e5829 | [log] [tgz] |
---|---|---|
author | Ralph Nathan <ralphnathan@google.com> | Wed Aug 15 10:35:10 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 15 10:35:10 2018 -0700 |
tree | 6f37af34e1c34c24f9aad97a561346850af2260d | |
parent | 381e9ff950632e16978cba087fa1eca60160b411 [diff] | |
parent | e68ede57d7b33067527f5499907f0fa9f9b3613c [diff] |
Merge "Allow products to define their own hidden api stubs" am: e68ede57d7 Change-Id: Idb0bb0c7f2ac2ca848da830b90ceebe128869430
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.