12345678910111213141516171819202122232425 |
- {
- "name": "test-blockcache",
- "version": "0.1.0",
- "description": "用于测试blockcach小程序",
- "rust_target": "x86_64-unknown-dragonos",
- "task_type": {
- "BuildFromSource": {
- "Local": {
- "path": "apps/test-blockcache"
- }
- }
- },
- "depends": [],
- "build": {
- "build_command": "make install"
- },
- "install": {
- "in_dragonos_path": "/"
- },
- "clean": {
- "clean_command": "make clean"
- },
- "envs": [],
- "target_arch": ["x86_64"]
- }
|