mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-04-29 02:27:21 +09:00
sm6250-common: Build android.hidl.base@1.0
Change-Id: I5457ebbadd95e4c43af4f4dd2e1a1413a241d865
This commit is contained in:
parent
2fffef342c
commit
25560e511b
5
atoll.mk
5
atoll.mk
@ -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
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,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user