commit | d5505f2c74a60400d5c91f0a718f13b5984f0ac3 | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Fri May 08 12:50:44 2020 -0400 |
committer | David Zeuthen <zeuthen@google.com> | Fri May 08 12:50:44 2020 -0400 |
tree | 0baeb42990d1cfb3aba803dfa0a685281d7dc47e | |
parent | 468f5b46be38bc3ba7b7184a4911b76a9cb7bae6 [diff] |
Update Keymaster AIDL to V2 in VNDK list Bug: 156076333 Test: atest VtsHalIdentityTargetTest Test: atest android.security.identity.cts Change-Id: I293f4cca815b62bbbaf6334b36a83c669694fd12
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.