summaryrefslogtreecommitdiff
path: root/adapter/Android.bp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:59:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:59:52 +0000
commit5fc0fab1cc62937559c51e426994cdb2ff9cc04c (patch)
tree769a69fcd8a609c266da80b48d2de307c838b5cc /adapter/Android.bp
parentc12f9b9aa5a87e996f5e69f3988f417aab8dd01b (diff)
parente1831a391c1436c2ac00dee8bfee6a5dbbfee150 (diff)
downloadlibhidl-5fc0fab1cc62937559c51e426994cdb2ff9cc04c.tar.gz
Snap for 7478067 from e1831a391c1436c2ac00dee8bfee6a5dbbfee150 to mainline-cellbroadcast-release
Change-Id: Ib1cf39b0ba13f8e8e66605e9013bd162939dc079
Diffstat (limited to 'adapter/Android.bp')
-rw-r--r--adapter/Android.bp11
1 files changed, 10 insertions, 1 deletions
diff --git a/adapter/Android.bp b/adapter/Android.bp
index 07faa10..83609ff 100644
--- a/adapter/Android.bp
+++ b/adapter/Android.bp
@@ -12,10 +12,20 @@
// 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 "system_libhidl_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_libhidl_license"],
+}
+
cc_library {
name: "libhidladapter",
defaults: ["libhidl-defaults"],
vendor_available: true,
+ product_available: true,
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
srcs: [
@@ -33,4 +43,3 @@ cc_library {
"libutils",
],
}
-