This commit is contained in:
Nehemiah of Zebulun 2023-11-16 13:32:41 -05:00
parent 933845c74f
commit ba9294954a
3 changed files with 4 additions and 3 deletions

View File

@ -35,7 +35,7 @@ PRODUCT_CHARACTERISTICS := device
PRODUCT_PACKAGE_OVERLAYS += device/wephone/duoqin/overlay PRODUCT_PACKAGE_OVERLAYS += device/wephone/duoqin/overlay
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/wephone/duoqin/wephone.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/vndk.rc \ 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-boot.sh:$(TARGET_COPY_OUT_SYSTEM)/bin/wephone_boot.sh
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \

View File

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

View File

@ -1 +1,2 @@
type wephone_exec, system_file_type, exec_type, file_type; type wephone_boot, domain;
type wephone_boot_exec, system_file_type, exec_type, file_type;