summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-03-03 11:08:30 -0800
committerBob Badour <bbadour@google.com>2022-03-03 11:19:46 -0800
commite3710a9f34958b01875166c398d3097839e9c454 (patch)
treeacba548424d2a544076a34a1901e1145690077d7 /usb
parent00c06569c66a0e770bb210a7f13f18c7a86cc531 (diff)
downloadgs201-e3710a9f34958b01875166c398d3097839e9c454.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS
Added SPDX-license-identifier-Apache-2.0 to: usb/gadget/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Idea66093348d8c7e4a63b35e5f25a6d8bab9439a
Diffstat (limited to 'usb')
-rw-r--r--usb/gadget/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/usb/gadget/Android.bp b/usb/gadget/Android.bp
index 9b22e76..502c339 100644
--- a/usb/gadget/Android.bp
+++ b/usb/gadget/Android.bp
@@ -13,6 +13,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "device_google_gs201_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["device_google_gs201_license"],
+}
+
cc_binary {
name: "android.hardware.usb.gadget-service",
relative_install_path: "hw",