And again

This commit is contained in:
Nehemiah of Zebulun 2023-11-16 21:19:10 -05:00
parent ac6f31f828
commit 4a32bb90dd
3 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ PRODUCT_CHARACTERISTICS := device
PRODUCT_PACKAGE_OVERLAYS += device/wephone/duoqin/overlay
PRODUCT_COPY_FILES += \
device/wephone/duoqin/wephone.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/wephone.rc \
device/wephone/duoqin/wephone-boot.sh:$(TARGET_COPY_OUT_SYSTEM)/bin/wephone-boot.sh
device/wephone/duoqin/wephone.rc:vendor/etc/init/wephone.rc \
device/wephone/duoqin/wephone-boot.sh:vendor/bin/wephone-boot.sh
PRODUCT_COPY_FILES += \
device/wephone/duoqin/files/mtk-kpd.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-kpd.idc \

View File

@ -1 +1 @@
/system/bin/wephone-boot.sh u:object_r:wephone_exec:s0
/vendor/bin/wephone-boot.sh u:object_r:wephone_exec:s0

View File

@ -1,2 +1,2 @@
on early-boot
exec - root -- /system/bin/wephone-boot.sh
exec - root -- /vendor/bin/wephone-boot.sh