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