# Copyright (c) 2023 - 2024 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. group("fuzztest") { testonly = true deps = [ "drawing_fuzzer:fuzztest", "ndkbitmap_fuzzer:fuzztest", "ndkbrush_fuzzer:fuzztest", "ndkcanvas_fuzzer:fuzztest", "ndkcolor_fuzzer:fuzztest", "ndkcolorfilter_fuzzer:fuzztest", "ndkcolorspace_fuzzer:fuzztest", "ndkerrorcode_fuzzer:fuzztest", "ndkfilter_fuzzer:fuzztest", "ndkfont_fuzzer:fuzztest", "ndkgpucontext_fuzzer:fuzztest", "ndkimage_fuzzer:fuzztest", "ndkimagefilter_fuzzer:fuzztest", "ndkmaskfilter_fuzzer:fuzztest", "ndkmatrix_fuzzer:fuzztest", "ndkmemorystream_fuzzer:fuzztest", "ndkpath_fuzzer:fuzztest", "ndkpatheffect_fuzzer:fuzztest", "ndkpen_fuzzer:fuzztest", "ndkpixelmap_fuzzer:fuzztest", "ndkpoint_fuzzer:fuzztest", "ndkrecord_fuzzer:fuzztest", "ndkrect_fuzzer:fuzztest", "ndkregion_fuzzer:fuzztest", "ndkroundrect_fuzzer:fuzztest", "ndksamplingoptions_fuzzer:fuzztest", "ndkshadereffect_fuzzer:fuzztest", "ndkshadowlayer_fuzzer:fuzztest", "ndksurface_fuzzer:fuzztest", "ndktextblob_fuzzer:fuzztest", "ndktypeface_fuzzer:fuzztest", ] }