summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-11-06 11:29:34 +0000
committerAnton Hansson <hansson@google.com>2018-11-06 15:26:45 +0000
commit109271b7bcbc5707e3c737ffde737ed64dc34d08 (patch)
treedce3549ef213a4ef14cbb99c2975627e4719749e
parentdb966ee429696fd83efc8f953583ba265bf7d18e (diff)
downloadTimeZoneData-109271b7bcbc5707e3c737ffde737ed64dc34d08.tar.gz
Change default location of TZDataPrebuilt to /product
This app is better suited in the /product partition, which is where unbundled OEM apps typically belong. Bug: 110072687 Test: No Change-Id: I23e5f2218b457664abf91567b74c5a6556d350e2
-rw-r--r--oem_template/data_app/build_oem_data_app.mk2
-rw-r--r--oem_template/data_app_prebuilt/include_app_prebuilt.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/oem_template/data_app/build_oem_data_app.mk b/oem_template/data_app/build_oem_data_app.mk
index 672a2cf..0c45ff1 100644
--- a/oem_template/data_app/build_oem_data_app.mk
+++ b/oem_template/data_app/build_oem_data_app.mk
@@ -49,6 +49,8 @@ LOCAL_MODULE_OWNER := oemcorp
# the system image.
LOCAL_UNINSTALLABLE_MODULE := true
+LOCAL_PRODUCT_MODULE := true
+
# OEM-INSTRUCTION: Configure your own certificate.
LOCAL_CERTIFICATE :=
diff --git a/oem_template/data_app_prebuilt/include_app_prebuilt.mk b/oem_template/data_app_prebuilt/include_app_prebuilt.mk
index f4c6be9..3ebc464 100644
--- a/oem_template/data_app_prebuilt/include_app_prebuilt.mk
+++ b/oem_template/data_app_prebuilt/include_app_prebuilt.mk
@@ -29,6 +29,7 @@ LOCAL_MODULE_TAGS := optional
# OEM-INSTRUCTION: Change this
LOCAL_MODULE_OWNER := oemcorp
LOCAL_PRIVILEGED_MODULE := true
+LOCAL_PRODUCT_MODULE := true
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_MODULE_CLASS := APPS