Add sepolicy for RamdumpService to access property sys.boot.reason on Pixel 2

am: 96c2b2d303

Change-Id: Ib3514d491df8674341e1586f8f1af181a5f246aa
This commit is contained in:
klinesjiang
2019-07-01 05:43:10 -07:00
committed by android-build-merger

View File

@@ -11,4 +11,5 @@ userdebug_or_eng(`
set_prop(ramdump_app, vendor_ramdump_prop);
get_prop(system_app, vendor_ssr_prop)
get_prop(ramdump_app, system_boot_reason_prop)
')