summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2020-11-03 18:40:03 +0900
committerInseob Kim <inseob@google.com>2020-11-04 00:51:55 +0000
commitcc3ddcc730b9428d89e40ce305d543f9c371f16f (patch)
tree51bc74f01d62d0902f459a3216e1357fe6860e42
parent050ce8840703584b02630fb3fd073b8784a1ac98 (diff)
downloadwembley-sepolicy-cc3ddcc730b9428d89e40ce305d543f9c371f16f.tar.gz
Comment out ro.system.build.fingerprint
It will be added to system/sepolicy/private/property_contexts. Bug: 170590987 Test: build Change-Id: I3d768332160a282e8dac5603ecfd36b2ec1153c5 Merged-In: I3d768332160a282e8dac5603ecfd36b2ec1153c5
-rw-r--r--plat_private/property_contexts3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat_private/property_contexts b/plat_private/property_contexts
index e047f96..21798f3 100644
--- a/plat_private/property_contexts
+++ b/plat_private/property_contexts
@@ -9,4 +9,5 @@ ro.audio.usb.period_us u:object_r:exported_default_prop:s0 exact int
persist.adb.nonblocking_ffs u:object_r:exported_default_prop:s0 exact int
#============system fingerprint property===========
-ro.system.build.fingerprint u:object_r:fingerprint_prop:s0 exact string
+# GOOGLE: commented out in favor of aosp/1484898
+#ro.system.build.fingerprint u:object_r:fingerprint_prop:s0 exact string