commit | e9d5439c8b453cae8363a39b7eadf281487adbdb | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Fri Jul 12 11:41:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jul 12 11:41:32 2019 -0700 |
tree | cb546dd3396357032ec8d7efa8f8b877848060a3 | |
parent | 075f84d9d07d0285f11598fe0df4ea1590c055f6 [diff] | |
parent | 0d1b2ddaaddc1ed697bb0574173a404c03dbc9e0 [diff] |
Merge "Changes host_init_verifier to use hidl interface inheritance hierarchy." am: 858fa08427 am: 0d1b2ddaad Change-Id: Id83e3ac8e0c62ed84598f650d30b2c52b549f6f8
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.