1This file originates from package/apps/TimeZoneData/oem_template/data_app. 2 3OEM-INSTRUCTION See below for the purpose of this directory and changes OEMs must make. 4 5This directory contains a suggested structure for building an OEM version of Time Zone Data app 6(real and test versions). 7 8For example, you can copy it 9 10cp -r data_app ${ANDROID_BUILD_TOP}/vendor/oemcorp/apps/TimeZoneData 11 12Where <oemcorp> is your company name. 13 14...then read / change all the things marked with OEM-INSTRUCTION. 15 16The intended use is for inclusion in a tapas build to generate .apks. The targets define the 17real version of the app, and some test versions that can be used by the supplied xTS tests. 18 19The generated .apks are expected to be signed and checked in as "prebuilts" for the system 20image and for xTS testing. 21 22The main, signed .apk can also be uploaded to an app store and used to update existing 23devices. 24 25See oem_template/data_app_prebuilts for rules that can be used to include the prebuilts in 26the system image and tests. 27 28See oem_template/xts for rules that can be used for xTS testing. 29