1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
apps Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
benchmark_libs Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
dist Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
functional_tests Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
performance_tests Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
tools Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.mk Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
AndroidTest.xml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
OWNERS Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

Build
-----
Note: env setup requires slightly more than a normal Android build,
so that the path gets adjusted for tradefed.sh:

From the root of your Android tree:

$ . build/envsetup.sh
$ lunch 2				# generic aosp arm64 eng build
$ mmma tools/tradefederation/core tools/test/graphicsbenchmark

To run, ensure that `adb` and `aapt` are available on your path, and run from tools/test/graphicsbenchmark dir:

$ tradefed.sh run commandAndExit AndroidTest.xml

Available options include:
--apk-info  An XML file describing the list of APKs for qualifications.
--apk-dir   Directory contains the APKs for qualifications.  If --apk-info is not specified and a
file named 'apk-info.xml' exists in --apk-dir, that file will be used as the apk-info.

Contact a member of the team for alternative test apks.

gamecore.zip
------------
To create a gamecore.zip for distribution, run:
$ tapas gamecore && make dist DIST_DIR=dist

This will create a gamecore.zip in the 'dist' directory.

Testing
-------
To run unit tests:
$ atest --include-subdirs --test-mapping tools/test/graphicsbenchmark:presubmit