From 85696e993e9c10a0fa70013c23b21bdc38158e52 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 17 May 2023 10:42:01 +0530 Subject: [PATCH] lynx: Add privapp permissions for HbmSVManager Change-Id: I05f49f6efb5a13e83deeda89935b73fa1118dc6b --- device-aosp.mk | 6 +++++- permissions/permissions_com.android.hbmsvmanager.xml | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 permissions/permissions_com.android.hbmsvmanager.xml diff --git a/device-aosp.mk b/device-aosp.mk index bfa09f8..2c116e8 100644 --- a/device-aosp.mk +++ b/device-aosp.mk @@ -12,4 +12,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# \ No newline at end of file +# + +# HBM +PRODUCT_COPY_FILES += \ + device/google/lynx/permissions/permissions_com.android.hbmsvmanager.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.android.hbmsvmanager.xml \ No newline at end of file diff --git a/permissions/permissions_com.android.hbmsvmanager.xml b/permissions/permissions_com.android.hbmsvmanager.xml new file mode 100644 index 0000000..bb1b5dc --- /dev/null +++ b/permissions/permissions_com.android.hbmsvmanager.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file