diff options
| author | Jack Yu <jackcwyu@google.com> | 2018-11-16 18:25:24 +0800 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-11-19 23:20:58 +0000 |
| commit | b69855391a722d90e97c724cb38aa62d8f93019c (patch) | |
| tree | d8593a27fb16929ed501d2c08f2ac96b7a74496c | |
| parent | ee2de1a593ea3475abf874e390f576a53cc30830 (diff) | |
[DO NOT MERGE] Remove loaderservice scripts from release image
Short-term workaround to recover felica functionality on fail device.
Also lower the risk for executing loader service update fail.
Bug:115768202
Test: Build pass and loader service update wont start
Change-Id: If5368f81c117419db5084709cd1dfe1537f64246
(cherry picked from commit aea71ac1b7d078dd6873be4e97bd3581ed327b1d)
| -rw-r--r-- | device.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -388,9 +388,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ PRODUCT_COPY_FILES += \ device/google/crosshatch/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/libnfc-nci.conf \ - device/google/crosshatch/nfc/libese-nxp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libese-nxp.conf \ - device/google/crosshatch/felica/loaderservice_updater_1.lss:$(TARGET_COPY_OUT_VENDOR)/etc/loaderservice_updater_1.lss \ - device/google/crosshatch/felica/loaderservice_updater_2.lss:$(TARGET_COPY_OUT_VENDOR)/etc/loaderservice_updater_2.lss + device/google/crosshatch/nfc/libese-nxp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libese-nxp.conf # TODO(b/72443662) PRODUCT_COPY_FILES += \ |
