commit | 361ca8fd815ea768eb8987aa6f8d00669236a13e | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Wed Feb 12 09:56:54 2020 -0500 |
committer | David Zeuthen <zeuthen@google.com> | Wed Feb 12 09:57:41 2020 -0500 |
tree | 3d86da65dc699b3beaecabf36d579def331e642c | |
parent | d3a7ce9367c19430087e2f54db5f7515123deb4b [diff] |
Port IdentityCredential HAL to AIDL. Bug: 111446262 Test: atest android.security.identity.cts Test: VtsHalIdentityTargetTest Test: android.hardware.identity-support-lib-test Change-Id: I471569a6db9311171faf7520697cd7f67f80078c
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.