commit | 6a6244caee1f8c809cfa006b6372672955ccbf54 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Mon Jul 01 15:09:24 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 01 15:09:24 2019 -0700 |
tree | a55570e33c88533aa0179fced675d0e5fd8c3351 | |
parent | e8712014927de083a31b5cbcd16e661b5cfc2832 [diff] | |
parent | c3443e59a62adfd537049a25c0e2de45dad187cf [diff] |
Merge "Uses the KNOWN_HIDL_INTERFACES file in host_init_verifier." am: 28142690ba am: c3443e59a6 Change-Id: I62ba9b100a778c6fb354453e61e88d9442d9ce9b
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.