2022-03-12 08:42:08 +00:00
|
|
|
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
2021-06-01 16:05:05 +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
|
2022-01-06 04:13:56 +00:00
|
|
|
# limitations under the License.
|
2021-06-01 16:05:05 +00:00
|
|
|
|
|
|
|
import("//build/ohos.gni")
|
2022-06-20 08:45:47 +00:00
|
|
|
import("//foundation/ability/ability_runtime/ability_runtime.gni")
|
2021-06-01 16:05:05 +00:00
|
|
|
|
|
|
|
group("tools_target") {
|
2022-03-08 07:18:53 +00:00
|
|
|
deps = [ "aa:tools_aa" ]
|
2021-06-01 16:05:05 +00:00
|
|
|
}
|