提交 fcfedcfe 编写于 作者: O openharmony_ci 提交者: Gitee

!53 删除编译脚本中的lite_conponent模板,使用gn原生的group函数

Merge pull request !53 from jady3356/master
......@@ -11,17 +11,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/lite/config/subsystem/lite_subsystem.gni")
import("//build/lite/ndk/ndk.gni")
lite_subsystem("utils") {
subsystem_components = [
group("utils") {
deps = [
"kv_store:kv_store",
"os_dump:utils_os_dump",
]
if (ohos_kernel_type == "liteos_m") {
subsystem_components += [ "file:file" ]
deps += [ "file:file" ]
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册