commit | f631bbae832ff6075a946a43b98063cff3080c47 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 22 01:02:56 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 22 01:02:56 2020 +0000 |
tree | 3e56728ee3dace87d432fd90192d04487db2ab15 | |
parent | 0abfc701bd8640360b9b517c70a3d46b3a2143e6 [diff] | |
parent | eba5ca372fa319d27af21d9cab98018894110d2f [diff] |
Snap for 6416172 from eba5ca372fa319d27af21d9cab98018894110d2f to rvc-release Change-Id: I5bcfb1cf639d8430c055636d4c79a3e66faebadb
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 .