commit | dcfa6013749df7717124be69f6ece4403c621ebc | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Tue Jun 02 16:33:55 2020 +0800 |
committer | Yo Chiang <yochiang@google.com> | Mon Jun 08 11:56:10 2020 +0000 |
tree | a7f419498d07477610bfffbe69052becb310e1ff | |
parent | 470cfbe8d7fe38a116204c5b9c4fe34c59a0768f [diff] |
Remove default GSI libnfc-nci.conf libnfc-nci.so provides a default config at /system/etc/libnfc-nci.conf. Remove /system/etc/libnfc-nci.conf PRODUCT_COPY_FILES entries from aosp_product.mk and board/generic/device.mk. Bug: 157704723 Test: Build gsi. /system/etc/libnfc-nci.conf is installed. Test: Flash gsi. Check logcat and NFC still works. Test: Toggle NFC on/off and /etc/libnfc-nci.conf is loaded. Test: Build aosp_bonito. Both /(system|product)/etc/libnfc-nci.conf are installed. Test: Flash aosp_bonito. Check logcat and NFC still works. Test: Toggle NFC on/off and /product/etc/libnfc-nci.conf is loaded. Change-Id: Id119a88a10b549e1fd475cf9b14b18410923011b
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.