aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground/readme.md
blob: ee7418597828d050f4dde7f170abb30001729ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```