Revert latest hidl dummy libs commits

* With Android.bp duplicate reference error will occur:

23:54:16 error: device/motorola/cedric/libhidl/Android.bp:1:1: module "android.hidl.base@1.0" already defined
23:54:16 error: device/motorola/potter/libhidl/Android.bp:1:1: <-- previous definition here
23:54:16 error: device/motorola/cedric/libhidl/Android.bp:12:1: module "android.hidl.manager@1.0" already defined
23:54:16 error: device/motorola/potter/libhidl/Android.bp:12:1: <-- previous definition here

Revert "sanders: build a dummy android.hidl.manager@1.0"

This reverts commit edd4757655.

Revert "sanders: Build a dummy android.hidl.base@1.0 for Oreo-MR0 blobs"

This reverts commit 11becd0eca.
This commit is contained in:
jhenrique09
2018-01-20 01:03:46 -02:00
committed by therootlord
parent 4b82e25628
commit 354bf4fabf
2 changed files with 0 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
subdirs = [
"libhidl",
]

View File

@@ -1,21 +0,0 @@
cc_library_shared {
name: "android.hidl.base@1.0",
vendor_available: true,
shared_libs: [
"libhidltransport",
],
export_shared_lib_headers: [
"libhidltransport",
],
}
cc_library_shared {
name: "android.hidl.manager@1.0",
vendor_available: true,
shared_libs: [
"libhidltransport",
],
export_shared_lib_headers: [
"libhidltransport",
],
}