File size: 307 Bytes
87337b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#
#
# Agora Real Time Engagement
# Created by Wei Hu in 2022-11.
# Copyright (c) 2024 Agora IO. All rights reserved.
#
#
import("//build/feature/ten_package.gni")
ten_package("default_app_go") {
package_kind = "app"
enable_build = false
resources = [
"manifest.json",
"property.json",
]
}
|