Files
build_soong/android
Jiyong Park 7f67f48cbb 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

Note that, in case of APEXes, the manifest name refers to the name of
the zip container. The apex manifest name (which is specified in
apex_manifest.json) is not overridden.

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: Ie58882d90884695e893944c43d9c8803b283e93d
2019-01-09 21:12:27 +09:00
..
2018-07-24 22:52:57 +00:00
2018-12-04 19:39:48 -08:00
2018-07-22 21:18:45 -07:00
2017-08-31 13:48:52 -07:00
2016-11-22 15:41:08 -08:00
2016-11-22 15:41:08 -08:00
2018-04-18 18:56:33 +00:00
2018-07-22 21:18:45 -07:00
2018-07-22 21:18:45 -07:00
2017-11-07 13:36:44 -08:00
2018-09-13 18:27:50 +00:00
2018-12-15 19:07:54 -08:00
2018-04-18 18:56:33 +00:00
2018-02-22 16:48:35 -08:00
2017-11-30 00:42:49 +00:00
2019-01-05 22:36:13 -08:00