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

Commit e3f4e9f0 authored by bohu's avatar bohu
Browse files

build-emulator: fully treblize emulator image

Install emulator specific binaries and libraries
to vendor partition; update selinux; add vndk.

BUG: 37511975

Test: build user build, launch emualtor, run CTS.

Change-Id: I70f58947e98b41b195d77b4347d2efdc09348392
Merged-In: I70f58947e98b41b195d77b4347d2efdc09348392
parent 3cf7441d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
set_prop(adbd, ctl_mdnsd_prop);
+1 −0
Original line number Diff line number Diff line
allow audioserver bootanim:binder call;
+2 −1
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;
set_prop(bootanim, qemu_prop)
+2 −0
Original line number Diff line number Diff line
allow cameraserver system_file:dir { open read };
allow cameraserver hal_allocator:fd use;
+0 −1
Original line number Diff line number Diff line
type qemud_socket, file_type;
type sysfs_writable, fs_type, sysfs_type, mlstrustedobject;
Loading