Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a705e44d authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 9edc9783: Merge "Add policy for MIPS emulator, fix x86 policy."

* commit '9edc9783':
  Add policy for MIPS emulator, fix x86 policy.
parents 84ee17bd 9edc9783
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -56,3 +56,17 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 512
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true

BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
BOARD_SEPOLICY_UNION += \
        adbd.te \
        bootanim.te \
        device.te \
        domain.te \
        file.te \
        file_contexts \
        mediaserver.te \
        qemud.te \
        rild.te \
        surfaceflinger.te \
        system_server.te
+2 −0
Original line number Diff line number Diff line
# For /sys/qemu_trace files in the emulator.
allow domain sysfs_writable:file rw_file_perms;
allow domain cpuctl_device:dir search;