commit | 4384b39ff3a7a4b91fccfae71124d74585fbcd89 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Fri Jul 12 11:50:36 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jul 12 11:50:36 2019 -0700 |
tree | 0bc95ae91c254984f04ca901f7549c31fd23feef | |
parent | f7c8205a8dd71d339890e79d62faa383eb7974b6 [diff] | |
parent | e9d5439c8b453cae8363a39b7eadf281487adbdb [diff] |
Merge "Changes host_init_verifier to use hidl interface inheritance hierarchy." am: 858fa08427 am: 0d1b2ddaad am: e9d5439c8b Change-Id: I41bb00c2b601f9cb4a2e66dad19e6823eb735fd2
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.