android_mt6572_jiabo/cts/hostsidetests/compilation/assets
2025-09-05 16:56:03 +08:00
..
CtsCompilationApp.apk first commit 2025-09-05 16:56:03 +08:00
primary.prof first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00

This APK and profile file are generated from CompilationTargetActivity.java and must be
updated if that file changes:

$ (croot ; make CtsCompilationApp)
$ cp ${ANDROID_BUILD_TOP}/out/target/product/${TARGET_PRODUCT}/data/app/CtsCompilationApp/CtsCompilationApp.apk .
$ adb install CtsCompilationApp.apk

  # Now run the app manually for a couple of minutes, look for the profile:
$ adb shell ls -l /data/misc/profiles/cur/0/android.cts.compilation/primary.prof
  # once the profile appears and is nonempty, grab it:
$ adb pull /data/misc/profiles/cur/0/android.cts.compilation/primary.prof ./