mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 11:33:32 +00:00
sm6375-common: Build android.hidl.base@1.0
Change-Id: I5457ebbadd95e4c43af4f4dd2e1a1413a241d865
This commit is contained in:
committed by
Ramii Ahmed
parent
e8ffa63dda
commit
58c1b2b484
2
holi.mk
2
holi.mk
@@ -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
12
libhidl/Android.bp
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user