commit | f3e615e3ad077570015214da495cd801bd118bac | [log] [tgz] |
---|---|---|
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Mon May 11 22:02:40 2020 +0000 |
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Mon May 11 22:02:40 2020 +0000 |
tree | 4e4109c7bb295e0208d79aafeba3a8aee1a69e43 | |
parent | a5ef3d5530649999cc9268c84f53cb66256333f0 [diff] | |
parent | c578cd6b47ce60d8479a94acb565ac79bfceb362 [diff] |
Snap for 6482915 from c578cd6b47ce60d8479a94acb565ac79bfceb362 to r-keystone-qcom-release Change-Id: I7861c9c33f3a3f23275a008d031542b10ba5cd88
This repository is only for car test applications.
If you are not contributing to the repo, you can clone the repo via git clone sso://googleplex-android/platform/packages/apps/Car/tests --branch pi-car-dev --single-branch
. Otherwise, see workstation setup.
Install Android Studio. Then import the tests
Gradle project into Android Studio.
TestMediaApp should be one of the run configurations. The green Run button should build and install the app on your phone.
To see TestMediaApp in Android Auto Projected:
RotaryPlayground is a test and reference application for the AAOS Rotary framework to use with an external rotary input device.
To buid and install RotaryPlayground into an AAOS device:
$ make RotaryPlayground $ adb install -r -g out/target/[path]/system/app/RotaryPlayground/RotaryPlayground.apk
Install repo command line tool. Then run:
sudo apt-get install gitk sudo apt-get install git-gui mkdir WORKING_DIRECTORY_FOR_GIT_REPO cd WORKING_DIRECTORY_FOR_GIT_REPO repo init -u persistent-https://googleplex-android.git.corp.google.com/platform/manifest -b pi-car-dev -g name:platform/tools/repohooks,name:platform/packages/apps/Car/tests --depth=1 repo sync
repo start BRANCH_NAME . # Make some changes git gui & # Use GUI to create a CL. Check amend box to update a work-in-progress CL repo upload .