1*aef9bcd9SKiyoung Kim// Copyright (C) 2020 The Android Open Source Project 2*aef9bcd9SKiyoung Kim// 3*aef9bcd9SKiyoung Kim// Licensed under the Apache License, Version 2.0 (the "License"); 4*aef9bcd9SKiyoung Kim// you may not use this file except in compliance with the License. 5*aef9bcd9SKiyoung Kim// You may obtain a copy of the License at 6*aef9bcd9SKiyoung Kim// 7*aef9bcd9SKiyoung Kim// http://www.apache.org/licenses/LICENSE-2.0 8*aef9bcd9SKiyoung Kim// 9*aef9bcd9SKiyoung Kim// Unless required by applicable law or agreed to in writing, software 10*aef9bcd9SKiyoung Kim// distributed under the License is distributed on an "AS IS" BASIS, 11*aef9bcd9SKiyoung Kim// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*aef9bcd9SKiyoung Kim// See the License for the specific language governing permissions and 13*aef9bcd9SKiyoung Kim// limitations under the License. 14*aef9bcd9SKiyoung Kim 15*aef9bcd9SKiyoung Kimpackage { 16*aef9bcd9SKiyoung Kim default_applicable_licenses: ["external_libldac_license"], 17*aef9bcd9SKiyoung Kim} 18*aef9bcd9SKiyoung Kim 19*aef9bcd9SKiyoung Kimcc_fuzz { 20*aef9bcd9SKiyoung Kim name: "libldac-encode_fuzzer", 21*aef9bcd9SKiyoung Kim static_libs: ["libldacBT_enc"], 22*aef9bcd9SKiyoung Kim srcs: ["libldac_encode_fuzzer.cc"], 23*aef9bcd9SKiyoung Kim fuzz_config: { 24*aef9bcd9SKiyoung Kim componentid: 27441 25*aef9bcd9SKiyoung Kim }, 26*aef9bcd9SKiyoung Kim} 27