mirror of
https://github.com/openharmony/multimedia_audio_lite.git
synced 2026-07-01 06:41:22 -04:00
!79 修改bundle.json文件中的component name
Merge pull request !79 from 黄建飞/master-0821-bundle
This commit is contained in:
@@ -31,7 +31,7 @@ Build a single repository in the root directory.
|
||||
# Select the development board.
|
||||
hb set
|
||||
# Build this repository.
|
||||
hb build audio_manager_lite
|
||||
hb build audio_lite
|
||||
```
|
||||
|
||||
## Constraints<a name="section722512541395"></a>
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ foundation/multimedia/audio_lite
|
||||
# 开发板选择
|
||||
hb set
|
||||
# 单仓构建和编译
|
||||
hb build audio_manager_lite
|
||||
hb build audio_lite
|
||||
```
|
||||
|
||||
## 约束<a name="section722512541395"></a>
|
||||
|
||||
+3
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@ohos/audio_manager_lite",
|
||||
"name": "@ohos/audio_lite",
|
||||
"description": "Audio encoder and decoder for small system.",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
@@ -10,11 +10,12 @@
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "audio_manager_lite",
|
||||
"name": "audio_lite",
|
||||
"subsystem": "multimedia",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"mini",
|
||||
"small"
|
||||
],
|
||||
"rom": "59KB",
|
||||
|
||||
Reference in New Issue
Block a user