audio: move set property in vendor_init to gs-common

Bug: 259161622
Test: build pass

Change-Id: I4232a7e33c75c2dc7475e0888da7019d59de52d1
Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
Jasmine Cha 2023-03-13 10:53:58 +08:00
parent 3a29cc604b
commit 684d922d59

View file

@ -11,9 +11,6 @@ allow vendor_init sg_device:chr_file r_file_perms;
allow vendor_init bootdevice_sysdev:file create_file_perms;
allow vendor_init modem_img_file:filesystem { getattr };
# Audio property
set_prop(vendor_init, vendor_audio_prop)
userdebug_or_eng(`
allow vendor_init vendor_init:lockdown { integrity };
')