let init.rc set GKI ready property

Bug: 205070818
Test: boot with no relevant error
Change-Id: I929a9d2cfbb5267b178fde09fc5e1f3dcc9ec3d0
This commit is contained in:
Adam Shih 2021-11-05 11:25:01 +08:00
parent 4c9dd893b8
commit 0060a1335c
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
# b/205070818
dontaudit vendor_init vendor_device_prop:property_service { set };
dontaudit vendor_init vendor_nfc_prop:property_service { set };
dontaudit vendor_init vendor_secure_element_prop:property_service { set };

View file

@ -5,5 +5,5 @@ set_prop(vendor_init, vendor_carrier_prop)
set_prop(vendor_init, vendor_cbd_prop)
set_prop(vendor_init, vendor_ready_prop)
get_prop(vendor_init, vendor_battery_profile_prop)
get_prop(vendor_init, vendor_device_prop)
set_prop(vendor_init, vendor_device_prop)