Allow vendor_init to set disable_spu property

vendor.gatekeeper.disable_spu is added to /vendor/build.prop,
allowing vendor_init to set this property to ensure the
property can be read by gatekeeper and through getprop

Change-Id: Icb9362e330573eec9d96f5bb8d5bb0aeae1f8b76
This commit is contained in:
Barani Muthukumaran
2019-05-01 17:23:01 -07:00
parent 3233102de8
commit 99a68bb7fe

View File

@@ -46,3 +46,5 @@ set_prop(vendor_init, vendor_wigig_prop)
userdebug_or_eng(`
set_prop(vendor_init, vendor_audio_debug_prop)
')
set_prop(vendor_init, vendor_disable_spu_prop)