No description
Find a file
Danny Lin 532ab7f41f extract: Convert all ELFs to Soong for Android 12
Android 12's build system requires all prebuilt ELF files, including
executables and shared libraries, to be declared in Soong blueprints
rather than PRODUCT_COPY_FILES.

This removes the need for BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES.
2021-11-07 04:28:10 -08:00
bin Create oclif project 2021-11-06 23:34:51 -07:00
src extract: Convert all ELFs to Soong for Android 12 2021-11-07 04:28:10 -08:00
test Create oclif project 2021-11-06 23:34:51 -07:00
.editorconfig Create oclif project 2021-11-06 23:34:51 -07:00
.eslintignore Create oclif project 2021-11-06 23:34:51 -07:00
.eslintrc Create oclif project 2021-11-06 23:34:51 -07:00
.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: Update TypeScript to 4.4.4 2021-11-07 02:34:36 -08:00
README.md Create oclif project 2021-11-06 23:34:51 -07:00
tsconfig.json tsconfig: Update to ES2021 target 2021-11-07 02:34:52 -08:00
yarn.lock package: Update TypeScript to 4.4.4 2021-11-07 02:34:36 -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