mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 18:19:03 +00:00
Move libnfc-nci.conf to /product on wahoo
Device-specific files belong off /system. Bug: 117878616 Test: make Change-Id: I012a64dda5e8dbb5506a98e6c569bb1218b18e84
This commit is contained in:
@@ -192,3 +192,5 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/healthd.rc)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.keymaster@4.0-service)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.keymaster@4.0-service.rc)
|
||||
|
||||
# Move libnfc-nci.conf to /vendor
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/libnfc-nci.conf)
|
||||
|
||||
@@ -380,7 +380,7 @@ PRODUCT_PACKAGES += \
|
||||
SecureElement
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/wahoo/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/libnfc-nci.conf \
|
||||
device/google/wahoo/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf \
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.1-service.wahoo
|
||||
|
||||
Reference in New Issue
Block a user