sm6375-common: Build android.hidl.base@1.0

Change-Id: I5457ebbadd95e4c43af4f4dd2e1a1413a241d865
This commit is contained in:
Sebastiano Barezzi
2021-02-21 16:46:06 +01:00
committed by Ramii Ahmed
parent e8ffa63dda
commit 58c1b2b484
2 changed files with 14 additions and 0 deletions

View File

@@ -202,6 +202,8 @@ PRODUCT_PACKAGES += \
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \
android.hidl.base@1.0.vendor \
libhidltransport.vendor \
libhwbinder.vendor

12
libhidl/Android.bp Normal file
View File

@@ -0,0 +1,12 @@
//
// Copyright (C) 2021 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
}