• Home
Name Date Size #Lines LOC

..--

testing/03-May-2024-6511

Android.mkD03-May-2024908 255

README.oemD03-May-2024780 2212

include_app_prebuilt.mkD03-May-20241.7 KiB4211

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