commit | a911c7ced769a3cad36658dfaab7978779cc46b4 | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Mon May 18 15:53:41 2020 -0400 |
committer | David Zeuthen <zeuthen@google.com> | Mon May 18 16:55:50 2020 -0400 |
tree | 000b5cf5973d9302e191c25613dda8cf846d153c | |
parent | 2fc5a393e0c04b7d069fd1b1dfb69dbd79abfdb8 [diff] |
Update Identity Credential AIDL and Keymaster AIDL to V2 in VNDK list Bug: 156076333 Bug: 154631410 Test: atest VtsHalIdentityTargetTest Test: atest android.security.identity.cts Change-Id: Iac45277dd49b43b92da91139de056d44ff1e041f
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.