sm6250-common: Remove android.hidl.base@1.0

* Not referenced by any blobs.

Change-Id: I8f0d4b65972ffc49d5c47fd23a6f3eb939f3a0db
This commit is contained in:
Alexander Winkowski 2022-09-03 18:42:10 +00:00
parent 26e3fcee51
commit 3f31a5561d
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 0 additions and 14 deletions

View File

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

View File

@ -1,12 +0,0 @@
//
// 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,
}