Files
device_google_redbull/Android.bp
Daniel Norman 04181e6810 Uses Android.bp vintf_compatibility_matrix for redbull product FCM.
This change also includes the following FCM cleanups:
- Adds level="6", specifying that this product FCM is compatible with an
  S vendor image. This is similar to the framework FCM.
- Marks all HALs as required. This is possible now that the redfin_vf
  target includes an additional product FCM specific to level="5" (R).
- Removes invalid 'transport' elements from the FCM.

Bug: 183507590
Test: m redfin
Test: m redfin_vf, merge with R vendor half
Change-Id: I2af4929dca23d3b61d56e9dcb85b93163b3adcec
2021-04-06 16:42:07 +00:00

48 lines
1.6 KiB
Plaintext

soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/qcom/bootctrl",
],
}
package {
default_applicable_licenses: ["device_google_redbull_license"],
}
// Added automatically by a large-scale-change that took the approach of
// 'apply every license found to every target'. While this makes sure we respect
// every license restriction, it may not be entirely correct.
//
// e.g. GPL in an MIT project might only apply to the contrib/ directory.
//
// Please consider splitting the single license below into multiple licenses,
// taking care not to lose any license_kind information, and overriding the
// default license using the 'licenses: [...]' property on targets as needed.
//
// For unused files, consider creating a 'fileGroup' with "//visibility:private"
// to attach the license to, and including a comment whether the files may be
// used in the current project.
// See: http://go/android-license-faq
license {
name: "device_google_redbull_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
"SPDX-license-identifier-BSD",
"SPDX-license-identifier-MIT",
"legacy_not_a_contribution",
"legacy_unencumbered",
],
// large-scale-change unable to identify any license_text files
}
vintf_compatibility_matrix {
name: "redbull_product_compatibility_matrix.xml",
stem: "compatibility_matrix.redbull.xml",
product_specific: true,
srcs: [
"device_framework_matrix_product.xml",
],
}