commit | 746684376a85bab987ee59772681f4725e9fdf74 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Feb 19 18:07:37 2018 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon Mar 12 23:24:31 2018 +0000 |
tree | 4fe1a71147fbfac60721cafb440b91450b445cd2 | |
parent | a0c1cc97bd5ffea3c0a342028ef8124114faede7 [diff] |
Use default libnfc-nci.conf if not found in vendor/etc If libnfc-nci.conf is not installed in vendor/etc, use default configuration file in system/etc on GSI. Bug: 72080121 Test: Install GSI and remove vendor/etc/libnfc-nci.conf. Check if nfc is available in settings menu. Change-Id: Icc6e0b1d2b29adacf085cfa68566b064e736d3fa
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.