mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-27 01:31:10 +00:00
caba3e81a0
Issue: #IAMQRN Signed-off-by: wuhailong <wuhailong22@huawei.com> (cherry picked commit from <gitee.com//openharmony/arkcompiler_toolchain/commit/578dff46922d5a31772a3bbb1e1b4f93a9e0471c>
23 lines
726 B
Plaintext
23 lines
726 B
Plaintext
# Copyright (c) 2022 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.
|
|
|
|
declare_args() {
|
|
# build version
|
|
build_public_version = true
|
|
|
|
# system package dir
|
|
system_base_dir = "system"
|
|
|
|
device_name = ""
|
|
}
|