sensitive_pn: Run XML lint against the schema
Change-Id: I083bd5834f5dd69bdbb5955e9f0e1f8dba760fe5
This commit is contained in:
parent
2b30c72a53
commit
271ba02664
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Sensitive Phone Numbers list
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/lineage/prebuilt/common/etc/sensitive_pn.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sensitive_pn.xml
|
||||
PRODUCT_PACKAGES += \
|
||||
sensitive_pn.xml
|
||||
|
||||
# World APN list
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
5
prebuilt/common/Android.bp
Normal file
5
prebuilt/common/Android.bp
Normal file
|
@ -0,0 +1,5 @@
|
|||
prebuilt_etc_xml {
|
||||
name: "sensitive_pn.xml",
|
||||
src: "etc/sensitive_pn.xml",
|
||||
schema: ":spn-schema",
|
||||
}
|
Loading…
Reference in a new issue