aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-05-22 00:11:07 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-22 00:11:07 +0000
commit93ed9bddcc108e8488837f382555ed4295de35f5 (patch)
treeafa8a177f1641b96143ecda690cb12465d4221bf
parente70f99d264130e560975fd1f4931c97f65b058d0 (diff)
parent7e62da0108140d121349bcfef4c26dbc8d563de7 (diff)
downloadtests-93ed9bddcc108e8488837f382555ed4295de35f5.tar.gz
Merge "Add readme.md for RotaryPlayground" into rvc-dev am: 7e62da0108
Change-Id: I6aabf5637763dd74f788a487d2cfc42fd8edc608
-rw-r--r--RotaryPlayground/readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/RotaryPlayground/readme.md b/RotaryPlayground/readme.md
new file mode 100644
index 0000000..ee74185
--- /dev/null
+++ b/RotaryPlayground/readme.md
@@ -0,0 +1,16 @@
+# Rotary Playground: Test app for rotary controller
+
+## Building
+```
+make RotaryPlayground
+```
+
+## Installing
+```
+adb install out/target/product/[hardware]/system/app/RotaryPlayground/RotaryPlayground.apk
+```
+
+## Once installed, launch Rotary Playground in the Launcher, or with this adb command:
+```
+adb shell am start -n com.android.car.rotaryplayground/com.android.car.rotaryplayground.RotaryActivity
+``` \ No newline at end of file