commit | de2cd1f08c637839ca6a53982caab50a1dcf7f93 | [log] [tgz] |
---|---|---|
author | Ilya Matyukhin <ilyamaty@google.com> | Thu Mar 19 20:29:10 2020 +0000 |
committer | Ilya Matyukhin <ilyamaty@google.com> | Tue Mar 24 02:39:46 2020 -0700 |
tree | 8b3828bf661089fb0e35e98e0b8253b29643b028 | |
parent | c26cfa1c5a4b2c276d5ee8212a28a3cd1c566342 [diff] |
Revert "Add biometrics.face@1.1 to gsi" This reverts commit 1677505a8fdab8eec75a124cfb70edd506bd8565. Reason for revert: this interface is untested in R. Bug: 151331855 Change-Id: I77c12a26132dbf310f95b2824070b00ffc7d9f9f
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.