android13/system/tools/release_tools/read_manifest/README.md

16 lines
342 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## read_manifest tool
### 编译方法
- 安装CMake后执行`cmake . && make`
### 使用说明
用于读取manifest输入的key可以获取对应的value.
```
./read_manifest -i google_pdk.xml --project <project_name> --key remote
```
固定格式为:
```
<project path="xxx" name="xxx" groups="xxx" remote="xxx" revision="xxx" />
```