2022-03-22 14:41:04 +00:00
|
|
|
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
2021-09-04 08:04:43 +00:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2022-07-16 09:41:58 +00:00
|
|
|
if (!defined(ark_standalone_build)) {
|
|
|
|
ark_standalone_build = false
|
2021-09-04 08:04:43 +00:00
|
|
|
}
|
|
|
|
|
2022-10-24 15:32:04 +00:00
|
|
|
if (!ark_standalone_build) {
|
2022-07-16 09:41:58 +00:00
|
|
|
ark_third_party_root = "//third_party"
|
2023-05-29 14:41:13 +00:00
|
|
|
hilog_root = "//base/hiviewdfx/hilog/interfaces/native/innerkits"
|
2022-10-24 15:32:04 +00:00
|
|
|
build_root = "//build"
|
2024-06-26 17:09:04 +00:00
|
|
|
import("$build_root/config/components/toolchain/build_type.gni")
|
2022-10-24 15:32:04 +00:00
|
|
|
import("$build_root/ohos.gni")
|
|
|
|
} else {
|
|
|
|
ark_third_party_root = "//arkcompiler/toolchain/build/third_party_gn"
|
|
|
|
import("$build_root/ark.gni")
|
2024-06-26 17:09:04 +00:00
|
|
|
import("$build_root/config/build_type.gni")
|
2021-09-04 08:04:43 +00:00
|
|
|
}
|
2022-10-24 15:32:04 +00:00
|
|
|
|
|
|
|
ark_root = "//arkcompiler/runtime_core"
|
2024-06-16 13:21:07 +00:00
|
|
|
|
|
|
|
is_build_sdk = false
|
|
|
|
if (device_name == "sdk") {
|
|
|
|
is_build_sdk = true
|
|
|
|
}
|