aboutsummaryrefslogtreecommitdiff
path: root/libhidl
diff options
context:
space:
mode:
Diffstat (limited to 'libhidl')
-rw-r--r--libhidl/Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/libhidl/Android.bp b/libhidl/Android.bp
new file mode 100644
index 0000000..7356726
--- /dev/null
+++ b/libhidl/Android.bp
@@ -0,0 +1,12 @@
+//
+// Copyright (C) 2022 The LineageOS Project
+//
+// SPDX-License-Identifier: Apache-2.0
+//
+
+cc_library_shared {
+ name: "android.hidl.base@1.0",
+ shared_libs: ["libhidlbase"],
+ system_ext_specific: true,
+ vendor_available: true
+}