17 lines
329 B
Makefile
17 lines
329 B
Makefile
|
|
# Update this when adding a new AndroidManifest.xml.
|
||
|
|
# VOLTE/Vowifi UI
|
||
|
|
# VZW
|
||
|
|
# canada
|
||
|
|
# TS 43 service/manager
|
||
|
|
# TMO
|
||
|
|
# ATT
|
||
|
|
LOCAL_AAPT_FLAGS := \
|
||
|
|
com.mmax.settings \
|
||
|
|
com.mmax.vzw \
|
||
|
|
com.mmax.canada \
|
||
|
|
com.mmax.ts43.entitlement \
|
||
|
|
com.mmax.tmo \
|
||
|
|
com.mmax.att.entitlement \
|
||
|
|
com.mmax.sprint.vowifi \
|
||
|
|
com.mmax.sprint.ms.smf
|