diff --git a/usb/gadget/Android.bp b/usb/gadget/Android.bp index 9b22e766..502c339f 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",