No description
Find a file
Danny Lin 59069aa220 overlays: Exclude app prediction service
We don't have a config UI for this on Android 12.
2021-11-14 00:31:36 -08:00
bin
build Add product Makefile for AOSP build preparation 2021-11-13 18:04:07 -08:00
src overlays: Exclude app prediction service 2021-11-14 00:31:36 -08:00
test
.editorconfig
.eslintignore
.eslintrc
.gitignore gitignore: Ignore vendor output 2021-11-07 02:35:11 -08:00
LICENSE Add MIT license 2021-11-15 17:45:08 -08:00
package.json package: Add type definitions for CJS node-fetch v2 2021-11-11 16:40:50 -08:00
README.md
tsconfig.json tsconfig: Update to ES2021 target 2021-11-07 02:34:52 -08:00
yarn.lock package: Add type definitions for CJS node-fetch v2 2021-11-11 16:40:50 -08:00

adevtool

Android device support and bringup tool.

oclif Version Downloads/week License

Usage

$ npm install -g adevtool
$ adevtool COMMAND
running command...
$ adevtool (-v|--version|version)
adevtool/0.0.0 linux-x64 node-v16.11.1
$ adevtool --help [COMMAND]
USAGE
  $ adevtool COMMAND
...

Commands

adevtool hello [FILE]

describe the command here

USAGE
  $ adevtool hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ adevtool hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

adevtool help [COMMAND]

display help for adevtool

USAGE
  $ adevtool help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help