aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground/readme.md
diff options
context:
space:
mode:
authorAgatha Man <agathaman@google.com>2020-05-21 13:24:52 -0700
committerAgatha Man <agathaman@google.com>2020-05-21 15:26:04 -0700
commitae27be48439c880ae4009d26058bd85f3096de24 (patch)
tree6cbd705340c08e9a3a913caf6967ed9b3fc6b168 /RotaryPlayground/readme.md
parent653bdf987bcf2e2bb7e94288f52eba06cc5d4e38 (diff)
downloadtests-ae27be48439c880ae4009d26058bd85f3096de24.tar.gz
Add readme.md for RotaryPlayground
Bug: 157058629 Test: manual Change-Id: I2ceb428f5aeec2e140e02c18907d687e3f227c07
Diffstat (limited to 'RotaryPlayground/readme.md')
-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