commit | 1c1fb517b7f36bfb3b8fbf4e1c6bb55de32e615d | [log] [tgz] |
---|---|---|
author | Steven Laver <lavers@google.com> | Thu Apr 09 20:57:26 2020 -0700 |
committer | Steven Laver <lavers@google.com> | Thu Apr 09 20:57:26 2020 -0700 |
tree | c8f4e903cff5d70ee60e9e3ffa1ab37440b19ff9 | |
parent | a2e3433a68097fe946b7ea9be317a3c9394922e8 [diff] | |
parent | c9afb4895d2687f18740f7f464bf4be47d98aed4 [diff] |
Merge RP1A.200409.001 Change-Id: Ia29bae4ffcd18b2e0b34eba22a629dd920883c5e
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 .