aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park2019-01-04 21:57:54 -0600
committerJiyong Park2019-01-09 06:08:10 -0600
commit185d41e84dbdfd3a1a25ad7e9ffb4c8ffe755570 (patch)
tree0b8bf2eda537c43c13d62d6e4c5f984a202fb2c7 /core/product.mk
parentfe9f373e109ed3bf19860262eeedb035b21cff23 (diff)
downloadplatform-build-185d41e84dbdfd3a1a25ad7e9ffb4c8ffe755570.tar.gz
platform-build-185d41e84dbdfd3a1a25ad7e9ffb4c8ffe755570.tar.xz
platform-build-185d41e84dbdfd3a1a25ad7e9ffb4c8ffe755570.zip
Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES
It is a list of <module_name>:<manifest_name> pairs. When the module name of an APK or an APEX matches with <module_name>, then its app manifest name is overridden to <manifest_name>. <module_name> and <manifest_name> can be patterns as in com.android.%:com.mycompany.android.%.release Test: m with PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES for 1) an APK in Android.mk 2) an APK in ANdroid.bp 3) an APEX and check that manifest names are modified as specified Change-Id: Ic09e059ea7b7ea99a50a1cf423a25aa587ef4466
Diffstat (limited to 'core/product.mk')
-rw-r--r--core/product.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/product.mk b/core/product.mk
index 8497b2830..1420b46e1 100644
--- a/core/product.mk
+++ b/core/product.mk
@@ -213,6 +213,7 @@ _product_var_list := \
213 PRODUCT_RETROFIT_DYNAMIC_PARTITIONS \ 213 PRODUCT_RETROFIT_DYNAMIC_PARTITIONS \
214 PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS \ 214 PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS \
215 PRODUCT_XOM_EXCLUDE_PATHS \ 215 PRODUCT_XOM_EXCLUDE_PATHS \
216 PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES \
216 217
217define dump-product 218define dump-product
218$(info ==== $(1) ====)\ 219$(info ==== $(1) ====)\