From 1f1f647570cc5e1faa6273c69dfd66d055eebb03 Mon Sep 17 00:00:00 2001 From: Renato Grottesi Date: Thu, 17 Aug 2023 09:00:21 +0000 Subject: [PATCH] Cleanup unused ArmNN settings. Test: pre-submit Bug: 294463729 Change-Id: If623bee7f1050f814a2a3531bfa5de414fa32104 --- whitechapel_pro/property.te | 3 --- whitechapel_pro/property_contexts | 3 --- whitechapel_pro/vendor_init.te | 3 --- 3 files changed, 9 deletions(-) diff --git a/whitechapel_pro/property.te b/whitechapel_pro/property.te index d297abea..723379ba 100644 --- a/whitechapel_pro/property.te +++ b/whitechapel_pro/property.te @@ -41,6 +41,3 @@ vendor_internal_prop(vendor_trusty_storage_prop) # Mali Integration vendor_restricted_prop(vendor_arm_runtime_option_prop) - -# ArmNN -vendor_internal_prop(vendor_armnn_config_prop) diff --git a/whitechapel_pro/property_contexts b/whitechapel_pro/property_contexts index 08eb601b..b9a563f3 100644 --- a/whitechapel_pro/property_contexts +++ b/whitechapel_pro/property_contexts @@ -105,6 +105,3 @@ ro.vendor.trusty.storage.fs_ready u:object_r:vendor_trusty_storage_prop # Mali GPU driver configuration and debug options vendor.mali. u:object_r:vendor_arm_runtime_option_prop:s0 prefix - -# ArmNN configuration -ro.vendor.armnn. u:object_r:vendor_armnn_config_prop:s0 prefix diff --git a/whitechapel_pro/vendor_init.te b/whitechapel_pro/vendor_init.te index 415d7c8f..c8acdbb5 100644 --- a/whitechapel_pro/vendor_init.te +++ b/whitechapel_pro/vendor_init.te @@ -41,6 +41,3 @@ allow vendor_init tee_data_file:lnk_file read; # Mali set_prop(vendor_init, vendor_arm_runtime_option_prop) - -# ArmNN -set_prop(vendor_init, vendor_armnn_config_prop)