1*6c119a46SAndroid Build Coastguard Worker""" 2*6c119a46SAndroid Build Coastguard WorkerCopyright 2023 The Android Open Source Project 3*6c119a46SAndroid Build Coastguard Worker 4*6c119a46SAndroid Build Coastguard WorkerLicensed under the Apache License, Version 2.0 (the "License"); 5*6c119a46SAndroid Build Coastguard Workeryou may not use this file except in compliance with the License. 6*6c119a46SAndroid Build Coastguard WorkerYou may obtain a copy of the License at 7*6c119a46SAndroid Build Coastguard Worker 8*6c119a46SAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*6c119a46SAndroid Build Coastguard Worker 10*6c119a46SAndroid Build Coastguard WorkerUnless required by applicable law or agreed to in writing, software 11*6c119a46SAndroid Build Coastguard Workerdistributed under the License is distributed on an "AS IS" BASIS, 12*6c119a46SAndroid Build Coastguard WorkerWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*6c119a46SAndroid Build Coastguard WorkerSee the License for the specific language governing permissions and 14*6c119a46SAndroid Build Coastguard Workerlimitations under the License. 15*6c119a46SAndroid Build Coastguard Worker""" 16*6c119a46SAndroid Build Coastguard Worker 17*6c119a46SAndroid Build Coastguard Workerload(":gensrcs.bzl", "gensrcs") 18*6c119a46SAndroid Build Coastguard Workerload(":gensrcs_test.bzl", "gensrcs_test_suite") 19*6c119a46SAndroid Build Coastguard Worker 20*6c119a46SAndroid Build Coastguard Workergensrcs_test_suite(name = "gensrcs_tests") 21