This commit is contained in:
PizzaG 2026-08-12 00:02:21 -05:00
commit fce0c0b9c8
2 changed files with 5 additions and 0 deletions

5
Custom_APN/Android.bp Normal file
View file

@ -0,0 +1,5 @@
filegroup {
name: "a-team-custom-apn",
srcs: ["apns-conf.xml"],
visibility: ["//vendor/apn"],
}