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

Commit 82de4206 authored by Bo Hu's avatar Bo Hu Committed by Gerrit Code Review
Browse files

Merge "emulator: move sepolicy to goldfish project"

parents 50465681 40018583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ BOARD_FLASH_BLOCK_SIZE := 512
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
DEVICE_MATRIX_FILE   := device/generic/goldfish/compatibility_matrix.xml

BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/common
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true

ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
+0 −8
Original line number Diff line number Diff line
alanstokes@google.com
bowgotsai@google.com
jbires@google.com
jeffv@google.com
jgalenson@google.com
sspatil@google.com
tomcherry@google.com
trong@google.com
+0 −1
Original line number Diff line number Diff line
set_prop(adbd, ctl_mdnsd_prop);
+0 −1
Original line number Diff line number Diff line
allow audioserver bootanim:binder call;
+0 −9
Original line number Diff line number Diff line
allow bootanim self:process execmem;
allow bootanim ashmem_device:chr_file execute;
#TODO: This can safely be ignored until b/62954877 is fixed
dontaudit bootanim system_data_file:dir read;

allow bootanim graphics_device:chr_file { read ioctl open };

typeattribute bootanim system_writes_vendor_properties_violators;
set_prop(bootanim, qemu_prop)
Loading