summaryrefslogtreecommitdiff
path: root/usb/Android.bp
diff options
context:
space:
mode:
authorPat Tjin <pattjin@google.com>2021-05-19 21:37:18 -0700
committerAaron Ding <aaronding@google.com>2021-05-20 17:54:35 +0800
commit89841bf57a1bbf6f5564d483c62938c0bb410c4c (patch)
treeb7229b06b844ace2b20d16dcb01b986c7624480f /usb/Android.bp
parent6ec6628fc50282d8018c99cac1f2b81aa7e3b503 (diff)
downloadgs201-89841bf57a1bbf6f5564d483c62938c0bb410c4c.tar.gz
s/gs101/gs201
do a global substitution Bug: 186836335 Signed-off-by: Pat Tjin <pattjin@google.com> Change-Id: Ic79e8983d04615be7da70ebb2b5092aae5178495
Diffstat (limited to 'usb/Android.bp')
-rw-r--r--usb/Android.bp12
1 files changed, 6 insertions, 6 deletions
diff --git a/usb/Android.bp b/usb/Android.bp
index 9e37c7f..b1bbacc 100644
--- a/usb/Android.bp
+++ b/usb/Android.bp
@@ -16,21 +16,21 @@
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:device_google_gs101_license"
+ // all of the 'license_kinds' from "//device/google/gs201:device_google_gs201_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: [
- "//device/google/gs201:device_google_gs101_license",
+ "//device/google/gs201:device_google_gs201_license",
],
}
cc_binary {
- name: "android.hardware.usb@1.3-service.gs101",
+ name: "android.hardware.usb@1.3-service.gs201",
relative_install_path: "hw",
- init_rc: ["android.hardware.usb@1.3-service.gs101.rc"],
+ init_rc: ["android.hardware.usb@1.3-service.gs201.rc"],
vintf_fragments: [
- "android.hardware.usb@1.3-service.gs101.xml",
- "android.hardware.usb.gadget@1.2-service.gs101.xml",
+ "android.hardware.usb@1.3-service.gs201.xml",
+ "android.hardware.usb.gadget@1.2-service.gs201.xml",
],
srcs: ["service.cpp", "Usb.cpp", "UsbGadget.cpp"],
cflags: ["-Wall", "-Werror"],