Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,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 "hardware_interfaces_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["hardware_interfaces_license"], } filegroup { name: "vhal_test_json", srcs: ["prop.json"], Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -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 "hardware_interfaces_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["hardware_interfaces_license"], } cc_library { name: "android.hardware.automotive.vehicle@2.0-fake-user-hal-lib", vendor: true, Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,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 "hardware_interfaces_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["hardware_interfaces_license"], } filegroup { name: "vhal_test_json", srcs: ["prop.json"], Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -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 "hardware_interfaces_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["hardware_interfaces_license"], } cc_library { name: "android.hardware.automotive.vehicle@2.0-fake-user-hal-lib", vendor: true, Loading