From 571df891247c09b3f54f688ec0da057855a6e742 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Mon, 12 Oct 2020 18:13:54 +0200 Subject: [PATCH] common: drop duplicate declaration of exported_camera_prop this is now defined in system/sepolicy Change-Id: I0a040b86a926b3ee2d6940093c81850156978956 --- common/public/property.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/public/property.te b/common/public/property.te index 97b850f..0b1e97c 100644 --- a/common/public/property.te +++ b/common/public/property.te @@ -1,5 +1,2 @@ -### CAMERA -type exported_camera_prop, property_type; - ### RFKILL type rfkilldisabled_prop, property_type; -- 2.20.1