diff --git a/fastboot/testdata/Android.bp b/fastboot/testdata/Android.bp index 5debf5e44..a490fe270 100644 --- a/fastboot/testdata/Android.bp +++ b/fastboot/testdata/Android.bp @@ -12,6 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + python_binary_host { name: "fastboot_gen_rand", visibility: [":__subpackages__"],