sm8250-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
parent d98969aa5c
commit 380b727cc4
No known key found for this signature in database
GPG Key ID: 47760583F393BC44
2 changed files with 23 additions and 0 deletions

View File

@ -228,6 +228,8 @@ PRODUCT_PACKAGES += \
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \
android.hidl.base@1.0.vendor \
libhwbinder.vendor
# HotwordEnrollement app permissions

21
libhidl/Android.bp Normal file
View File

@ -0,0 +1,21 @@
//
// Copyright (C) 2021 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
cc_library_shared {
name: "android.hidl.base@1.0",
shared_libs: ["libhidlbase"],
system_ext_specific: true,
vendor_available: true
}