commit | 793490fa1341f631c2fcee4e729403d1544e4acb | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 16 19:01:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 16 19:01:20 2020 +0000 |
tree | ae6b60997e241898de4e67cc75a03399c0442546 | |
parent | 613f410a13c76bd0e3bd4b1146ddfdba858b0c5e [diff] | |
parent | d239272c20dec2d3a8066eb65fdf497771e44f4d [diff] |
[automerger skipped] DO NOT MERGE - Merge qt-qpr1-dev-plus-aosp-without-vendor (6129114) into stage-aosp-master am: 3557a77899 am: d239272c20 -s ours am skip reason: subject contains skip directive Change-Id: Ide84c1fd5e55c95cb33b0a3454abebc6f7989c33
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:
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 .