Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
testing/ | 03-May-2024 | - | 65 | 11 | ||
Android.mk | D | 03-May-2024 | 908 | 25 | 5 | |
README.oem | D | 03-May-2024 | 780 | 22 | 12 | |
include_app_prebuilt.mk | D | 03-May-2024 | 1.7 KiB | 42 | 11 |
README.oem
1This file originates from package/apps/TimeZoneData/oem_template/data_app_prebuilt. 2 3OEM-INSTRUCTION See below for the purpose of this directory and changes OEMs must make. 4 5This directory contains a suggested structure for including prebuilt .apks in the 6system image and tests. 7 8For example, you can copy it 9 10cp -r data_app_prebuilt ${ANDROID_BUILD_TOP}/vendor/oemcorp/apps/TimeZoneDataPrebuilt 11 12Where <oemcorp> is your company name. 13 14...then read / change all the things marked with OEM-INSTRUCTION. 15 16The intended use is to include .apk artifacts built using the oem_template/data_app. 17 18The targets define includes the real version of the app, and some test versions that can be 19used by the supplied xTS tests. 20 21See oem_template/xts for rules that can be used for xTS testing. 22