From abd5e4458228656e99e5002c5e3c3de0041e6b11 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 16 May 2023 14:22:54 +0800 Subject: [PATCH] add innertag on customization_enterprise_device_management Signed-off-by: chengjinsong2 --- common/native/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/common/native/BUILD.gn b/common/native/BUILD.gn index 4e380b4fc..5d41548d2 100644 --- a/common/native/BUILD.gn +++ b/common/native/BUILD.gn @@ -49,5 +49,6 @@ ohos_shared_library("edm_commom") { } subsystem_name = "customization" + innerapi_tags = [ "platformsdk" ] part_name = "enterprise_device_management" } -- Gitee