summaryrefslogtreecommitdiff
path: root/emulator/vhal_v2_0
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-07-12 12:28:46 -0700
committerBob Badour <bbadour@google.com>2021-07-12 12:28:46 -0700
commitba451bdf13d4c77e37aca57cdcf29a1c7d38aa51 (patch)
tree6d882662b0d6a2f3bcf76eb9163af787cb0e98b0 /emulator/vhal_v2_0
parentaeb7a3c124d736258d091fd956c203aedea31744 (diff)
downloadcar-ba451bdf13d4c77e37aca57cdcf29a1c7d38aa51.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to device/generic/car
Added SPDX-license-identifier-Apache-2.0 to: emulator/vhal_v2_0/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I7bea3856626e646b705fd0a00258663432b29ac1
Diffstat (limited to 'emulator/vhal_v2_0')
-rw-r--r--emulator/vhal_v2_0/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulator/vhal_v2_0/Android.bp b/emulator/vhal_v2_0/Android.bp
index ad611c4..faa3ebb 100644
--- a/emulator/vhal_v2_0/Android.bp
+++ b/emulator/vhal_v2_0/Android.bp
@@ -13,6 +13,15 @@
// limitations under the License.
// Library used to emulate User HAL behavior through lshal debug requests.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "device_generic_car_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["device_generic_car_license"],
+}
+
cc_library_static {
name: "android.hardware.automotive.vehicle@2.0-emulated-user-hal-lib",
vendor: true,