commit | 9914e5689e99cda1090ab7914646baf9df99bd5d | [log] [tgz] |
---|---|---|
author | Jose Galmes <jgalmes@google.com> | Wed Apr 01 09:40:16 2020 -0700 |
committer | Jose Galmes <jgalmes@google.com> | Wed Apr 01 09:40:16 2020 -0700 |
tree | 18dfa28936acde79019be9360c8d0f6c007226ce | |
parent | 136afdd252e6782467707820243f8a81a66121cf [diff] | |
parent | 9fca533f2455aa4c67b860ca3c8838bff5e5503e [diff] |
Merge SPL-2020-03-05 Change-Id: Id253834f81b5be5769c7461d20f59c796ccd11c3
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 .