Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 21-Aug-2018 | 908 | |
include_app_prebuilt.mk | 21-Aug-2018 | 1.6K | |
README.oem | 21-Aug-2018 | 780 | |
testing/ | 21-Aug-2018 |
1 This file originates from package/apps/TimeZoneData/oem_template/data_app_prebuilt. 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 including prebuilt .apks in the 6 system image and tests. 7 8 For example, you can copy it 9 10 cp -r data_app_prebuilt ${ANDROID_BUILD_TOP}/vendor/oemcorp/apps/TimeZoneDataPrebuilt 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 to include .apk artifacts built using the oem_template/data_app. 17 18 The targets define includes the real version of the app, and some test versions that can be 19 used by the supplied xTS tests. 20 21 See oem_template/xts for rules that can be used for xTS testing. 22