mirror of
https://github.com/openharmony/startup_syspara_lite.git
synced 2026-07-19 09:35:20 -04:00
feat: 支持UniProton内核
Close #I5TGKH Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I6dc473c28db260f6aa4774e9729158917c99cb54
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user