Files
vendor_strix/prebuilt/common/Android.bp
Sebastiano Barezzi c871fc9a27 apns: Convert build rule to Soong
Change-Id: I46dee0bb119891a55e3bc62dbb1c3e7d98413a35
2024-07-23 20:37:38 +02:00

13 lines
246 B
Plaintext

prebuilt_etc_xml {
name: "apns-conf.xml",
product_specific: true,
src: "etc/apns-conf.xml",
}
prebuilt_etc_xml {
name: "sensitive_pn.xml",
product_specific: true,
src: "etc/sensitive_pn.xml",
schema: ":spn-schema",
}