34 lines
962 B
Plaintext
34 lines
962 B
Plaintext
# Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
# 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.
|
|
|
|
# OHOS version
|
|
declare_args() {
|
|
sdk_version = "4.0.10.13"
|
|
api_version = "10"
|
|
|
|
# Release type, optional values: Betax, RCx...
|
|
release_type = "Release"
|
|
meta_version = "3.0.0"
|
|
platform_version = "4.0.0"
|
|
}
|
|
|
|
# ohos SDK version
|
|
declare_args() {
|
|
current_sdk_version = sdk_version
|
|
}
|
|
|
|
# ohos NDK version
|
|
declare_args() {
|
|
current_ndk_version = current_sdk_version
|
|
}
|