commit | dcc85ca5ddbaf9ada3c71ab00b1b62105d8e40c2 | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Tue Jan 14 11:19:45 2020 -0500 |
committer | David Zeuthen <zeuthen@google.com> | Tue Jan 14 11:21:03 2020 -0500 |
tree | 75eea16567176e4ab5e96ee22810439bd88f391e | |
parent | d99a1faccc50113019b5998fdf6ed1bf9d1e10bd [diff] |
Add Identity Credential 1.0 Bug: 111446262 Test: VtsHalIdentityCredentialTargetTest Test: android.hardware.identity-support-lib-test Test: CtsIdentityTestCases Change-Id: I91bf3a0551c4c0358d5f0de066739dcc05de1642
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.