Because they are installed to product partition and it's Treble violation to assign them with vendor sepolicy Bug: 296512192 Test: lunch panther and build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:85f9b1e5bc9320a4ab8dc3f6d26027dba76882c6) Merged-In: I2d2c2a8027eed2b3e2ee1a78d629d44b99867128 Change-Id: I2d2c2a8027eed2b3e2ee1a78d629d44b99867128
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
pixel_bugreport(dump_camera)
|
|
|
|
userdebug_or_eng(`
|
|
allow dump_camera vendor_camera_data_file:dir r_dir_perms;
|
|
allow dump_camera vendor_camera_data_file:file create_file_perms;
|
|
allow dump_camera radio_vendor_data_file:dir create_dir_perms;
|
|
allow dump_camera radio_vendor_data_file:file create_file_perms;
|
|
get_prop(dump_camera, vendor_camera_debug_prop)
|
|
')
|