feat: 支持UniProton内核

Close #I5TGKH
Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I6dc473c28db260f6aa4774e9729158917c99cb54
This commit is contained in:
zhushengle
2022-09-27 15:34:03 +08:00
parent 6e841ca8e9
commit 39ca1c587b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import("//build/lite/config/component/lite_component.gni")
import("//build/lite/ndk/ndk.gni")
ndk_lib("parameter_notes") {
if (ohos_kernel_type != "liteos_m") {
if (ohos_kernel_type != "liteos_m" && ohos_kernel_type != "uniproton") {
lib_extension = ".so"
}
if (enable_ohos_startup_init_feature_begetctl_liteos == false) {
+1 -1
View File
@@ -13,7 +13,7 @@
import("//base/startup/init/begetd.gni")
import("../config.gni")
if (ohos_kernel_type == "liteos_m") {
if (ohos_kernel_type == "liteos_m" || ohos_kernel_type == "uniproton") {
static_library("sysparam") {
if (enable_ohos_startup_init_feature_begetctl_liteos == false) {
include_dirs = [