commit | ddc93d7fb3fe7b17161b20cd29a13483ab75782c | [log] [tgz] |
---|---|---|
author | Mike Ma <mamik@google.com> | Fri Sep 20 08:25:43 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 20 08:25:43 2019 -0700 |
tree | 6eb79369e75b2e778095adee2a65872646212708 | |
parent | 881883d75efc65fce6c924f17c5dd7d97a876547 [diff] | |
parent | 2b67aa8040ad560bbdf46bfad944d60c8de36632 [diff] |
Merge "Removing IVrComposerClient 1.0 from vndk." am: e8e3b5f0ba am: 45ca999e3d am: 2b67aa8040 Change-Id: Ic352b34f55dea5755667a7b691791b80e1d7f417
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.