common: Label ro.build.PDA
authorAndreas Schneider <asn@cryptomilk.org>
Sat, 21 Mar 2020 19:00:32 +0000 (20:00 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 1 Apr 2020 05:43:22 +0000 (07:43 +0200)
This is set to the Samsung PDA version of the ROM release:

ro.build.PDA=G970FXXU4BTA8

Change-Id: Ic86b07f707e23d3042bad1dbc6c247433a556206

common/private/property_contexts
common/public/property.te

index df9dc50479e6dbf17a619ecf5e61d16148554065..169932930c90e86c101ff2127f046406cb760046 100644 (file)
@@ -1,6 +1,9 @@
 ### BLUETOOTH
 sys.bluetooth.tty                            u:object_r:vendor_public_bluetooth_prop:s0
 
+### BUILD
+ro.build.PDA                                 u:object_r:vendor_public_build_prop:s0
+
 ### CAMERA
 system.camera.CC.                            u:object_r:vendor_public_camera_prop:s0
 service.camera.                              u:object_r:vendor_public_camera_prop:s0
index 542807b739da5f7dc49aa0b29350a1be18859e3e..090d81ca997705597f0f9b6a9b7718f497799a62 100644 (file)
@@ -1,6 +1,9 @@
 ### BLUETOOTH
 type vendor_public_bluetooth_prop, property_type;
 
+### BUILD
+type vendor_public_build_prop, property_type;
+
 ### CAMERA
 type vendor_public_camera_prop, property_type;