From d2c7c08e7c212db7e9f7ce6b68d35a6e86094de4 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Mon, 24 Jan 2022 15:21:32 -0800 Subject: Fix licenses and license texts. Use Android-Apache-2.0 for all Apache 2.0 Remove legacy_restricted (no longer appears in code). Remove Android.bp which did not build anything but was a placeholder for the missing license texts. Test: m nothing Change-Id: Ia491a59c735ca20afda9b4bbac9d8b33dbf8874e --- tools/acp/Android.bp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools/acp/Android.bp') diff --git a/tools/acp/Android.bp b/tools/acp/Android.bp index 78738b06ad..47b23b2388 100644 --- a/tools/acp/Android.bp +++ b/tools/acp/Android.bp @@ -4,11 +4,7 @@ package { // See: http://go/android-license-faq - // A large-scale-change added 'default_applicable_licenses' to import - // all of the 'license_kinds' from "build_make_license" - // to get the below license kinds: - // legacy_restricted - default_applicable_licenses: ["build_make_license"], + default_applicable_licenses: ["Android-Apache-2.0"], } cc_binary_host { -- cgit v1.2.3-59-g8ed1b