From 70e5f19c6a66559536caa46b2c878925d3970bd5 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 23 May 2023 17:00:20 +0800 Subject: [PATCH 1/5] feat: add innertag on third_party_selinux Signed-off-by: chengjinsong2 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 68ca3a26..1df618b2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -229,6 +229,10 @@ ohos_shared_library("libselinux") { "updater", ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" + innerapi_tags = [ + "platformsdk_indirect", + "chipsetsdk_indirect", + ] part_name = "selinux" subsystem_name = "security" } -- Gitee From abdbf18377e5608e7fed3df6b11810a0d705a57c Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 23 May 2023 19:24:17 +0800 Subject: [PATCH 2/5] Revert "feat: add innertag on third_party_selinux" This reverts commit 70e5f19c6a66559536caa46b2c878925d3970bd5. --- BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1df618b2..68ca3a26 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -229,10 +229,6 @@ ohos_shared_library("libselinux") { "updater", ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" - innerapi_tags = [ - "platformsdk_indirect", - "chipsetsdk_indirect", - ] part_name = "selinux" subsystem_name = "security" } -- Gitee From 9dce67384a8cadf8015907ed07176fe5e5b5172f Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 23 May 2023 19:26:54 +0800 Subject: [PATCH 3/5] feat: add innertag on third_party_selinux Signed-off-by: chengjinsong2 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 68ca3a26..fde39d85 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -229,6 +229,10 @@ ohos_shared_library("libselinux") { "updater", ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" + innerapi_tags = [ + "platformsdk_indirect", + "chipsetsdk_indirect", + ] part_name = "selinux" subsystem_name = "security" } -- Gitee From 4c3b6e38899427752b269ea34d17f8414f9954db Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 23 May 2023 19:35:08 +0800 Subject: [PATCH 4/5] Revert "feat: add innertag on third_party_selinux" This reverts commit 9dce67384a8cadf8015907ed07176fe5e5b5172f. --- BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index fde39d85..68ca3a26 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -229,10 +229,6 @@ ohos_shared_library("libselinux") { "updater", ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" - innerapi_tags = [ - "platformsdk_indirect", - "chipsetsdk_indirect", - ] part_name = "selinux" subsystem_name = "security" } -- Gitee From f00fbbe563fd9755ab9d3773130d6601d5b8b81b Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 23 May 2023 19:54:37 +0800 Subject: [PATCH 5/5] feat: add innertag on third_party_selinux Signed-off-by: chengjinsong2 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 68ca3a26..fde39d85 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -229,6 +229,10 @@ ohos_shared_library("libselinux") { "updater", ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" + innerapi_tags = [ + "platformsdk_indirect", + "chipsetsdk_indirect", + ] part_name = "selinux" subsystem_name = "security" } -- Gitee