Loading target/board/generic/sepolicy/file_contexts +2 −0 Original line number Diff line number Diff line Loading @@ -17,4 +17,6 @@ /system/bin/qemud u:object_r:qemud_exec:s0 /sys/qemu_trace(/.*)? u:object_r:sysfs_writable:s0 /system/etc/init.goldfish.sh u:object_r:goldfish_setup_exec:s0 /system/vendor/bin/init.ranchu-core.sh u:object_r:goldfish_setup_exec:s0 /system/vendor/bin/init.ranchu-net.sh u:object_r:goldfish_setup_exec:s0 /system/bin/qemu-props u:object_r:qemu_props_exec:s0 target/board/generic/sepolicy/hal_gnss_default.te 0 → 100644 +3 −0 Original line number Diff line number Diff line #============= hal_gnss_default ============== allow hal_gnss_default vndbinder_device:chr_file { ioctl open read write }; target/board/generic/sepolicy/hal_graphics_composer_default.te 0 → 100644 +3 −0 Original line number Diff line number Diff line #============= hal_graphics_composer_default ============== allow hal_graphics_composer_default vndbinder_device:chr_file { ioctl open read write }; target/product/emulator.mk +12 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,14 @@ PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.1-service \ sensors.ranchu \ android.hardware.graphics.composer@2.1-impl \ android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.mapper@2.0-impl \ hwcomposer.goldfish \ hwcomposer.ranchu \ vintf \ CarrierConfig PRODUCT_PACKAGES += \ android.hardware.audio@2.0-impl \ Loading Loading @@ -89,10 +95,14 @@ PRODUCT_COPY_FILES += \ device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \ device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \ device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \ device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \ device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \ device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \ device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \ device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \ device/generic/goldfish/ueventd.ranchu.rc:root/ueventd.ranchu.rc \ device/generic/goldfish/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml \ device/generic/goldfish/input/goldfish_rotary.idc:system/usr/idc/goldfish_rotary.idc \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml Loading Loading
target/board/generic/sepolicy/file_contexts +2 −0 Original line number Diff line number Diff line Loading @@ -17,4 +17,6 @@ /system/bin/qemud u:object_r:qemud_exec:s0 /sys/qemu_trace(/.*)? u:object_r:sysfs_writable:s0 /system/etc/init.goldfish.sh u:object_r:goldfish_setup_exec:s0 /system/vendor/bin/init.ranchu-core.sh u:object_r:goldfish_setup_exec:s0 /system/vendor/bin/init.ranchu-net.sh u:object_r:goldfish_setup_exec:s0 /system/bin/qemu-props u:object_r:qemu_props_exec:s0
target/board/generic/sepolicy/hal_gnss_default.te 0 → 100644 +3 −0 Original line number Diff line number Diff line #============= hal_gnss_default ============== allow hal_gnss_default vndbinder_device:chr_file { ioctl open read write };
target/board/generic/sepolicy/hal_graphics_composer_default.te 0 → 100644 +3 −0 Original line number Diff line number Diff line #============= hal_graphics_composer_default ============== allow hal_graphics_composer_default vndbinder_device:chr_file { ioctl open read write };
target/product/emulator.mk +12 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,14 @@ PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.1-service \ sensors.ranchu \ android.hardware.graphics.composer@2.1-impl \ android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.mapper@2.0-impl \ hwcomposer.goldfish \ hwcomposer.ranchu \ vintf \ CarrierConfig PRODUCT_PACKAGES += \ android.hardware.audio@2.0-impl \ Loading Loading @@ -89,10 +95,14 @@ PRODUCT_COPY_FILES += \ device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \ device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \ device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \ device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \ device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \ device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \ device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \ device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \ device/generic/goldfish/ueventd.ranchu.rc:root/ueventd.ranchu.rc \ device/generic/goldfish/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml \ device/generic/goldfish/input/goldfish_rotary.idc:system/usr/idc/goldfish_rotary.idc \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml Loading