From f16a9d9d143b6453f86b90e0fd13f5991ce4282f Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 11 Jun 2021 19:55:24 +0300 Subject: [PATCH] Move sensitive_pn.xml to product partition Change-Id: I9edd9c2641c8e724122e2219f9ffe2b14242f964 --- prebuilt/common/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilt/common/Android.bp b/prebuilt/common/Android.bp index cb5c511f..086b28dd 100644 --- a/prebuilt/common/Android.bp +++ b/prebuilt/common/Android.bp @@ -1,5 +1,6 @@ prebuilt_etc_xml { name: "sensitive_pn.xml", + product_specific: true, src: "etc/sensitive_pn.xml", schema: ":spn-schema", }