summaryrefslogtreecommitdiff
path: root/oem_template/data_app/README.oem
diff options
context:
space:
mode:
Diffstat (limited to 'oem_template/data_app/README.oem')
-rw-r--r--oem_template/data_app/README.oem20
1 files changed, 17 insertions, 3 deletions
diff --git a/oem_template/data_app/README.oem b/oem_template/data_app/README.oem
index e3dbe37..f288adf 100644
--- a/oem_template/data_app/README.oem
+++ b/oem_template/data_app/README.oem
@@ -5,10 +5,24 @@ OEM-INSTRUCTION See below for the purpose of this directory and changes OEMs mus
This directory contains a suggested structure for building an OEM version of Time Zone Data app
(real and test versions).
-e.g. You can copy it
+For example, you can copy it
-cp -r data_app ${ANDROID_BUILD_TOP}/vendor/oemcorp/apps/TimeZoneDataOemCorp
+cp -r data_app ${ANDROID_BUILD_TOP}/vendor/oemcorp/apps/TimeZoneData
Where <oemcorp> is your company name.
-...then read / change all the things marked with OEM-INSTRUCTION. \ No newline at end of file
+...then read / change all the things marked with OEM-INSTRUCTION.
+
+The intended use is for inclusion in a tapas build to generate .apks. The targets define the
+real version of the app, and some test versions that can be used by the supplied xTS tests.
+
+The generated .apks are expected to be signed and checked in as "prebuilts" for the system
+image and for xTS testing.
+
+The main, signed .apk can also be uploaded to an app store and used to update existing
+devices.
+
+See oem_template/data_app_prebuilts for rules that can be used to include the prebuilts in
+the system image and tests.
+
+See oem_template/xts for rules that can be used for xTS testing.