sanders: move check_features script to vendor/bin
This commit is contained in:
@@ -325,7 +325,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
|
|
||||||
# Releasetools script
|
# Releasetools script
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/check_features.sh:install/bin/check_features.sh
|
$(LOCAL_PATH)/configs/check_features.sh:system/vendor/bin/check_features.sh
|
||||||
|
|
||||||
# RIL
|
# RIL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|||||||
@@ -23,6 +23,6 @@ def FullOTA_InstallEnd(info):
|
|||||||
def ReplaceDeviceConfig(info):
|
def ReplaceDeviceConfig(info):
|
||||||
info.script.Mount("/system")
|
info.script.Mount("/system")
|
||||||
info.script.AppendExtra('ui_print("Checking NFC and compass support");')
|
info.script.AppendExtra('ui_print("Checking NFC and compass support");')
|
||||||
info.script.AppendExtra('run_program("/sbin/sh", "/tmp/install/bin/check_features.sh");')
|
info.script.AppendExtra('run_program("/sbin/sh", "/system/vendor/bin/check_features.sh");')
|
||||||
info.script.Unmount("/system")
|
info.script.Unmount("/system")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user