sm6250-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 Alexander Winkowski
parent 2fffef342c
commit 25560e511b
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 17 additions and 0 deletions

View File

@ -156,6 +156,11 @@ PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl \
android.hardware.health@2.1-service
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \
android.hidl.base@1.0.vendor
# Rootdir
PRODUCT_PACKAGES += \
init.qcom.early_boot.sh \

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,
}