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

Change-Id: I81a081130869c4d92f30b2674e75bb6b096a7a2c
This commit is contained in:
dianlujitao
2018-06-12 12:19:55 +05:30
committed by Keertesh
parent ef4b2b36b1
commit 9297fa3b93
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
subdirs = [
"libhidl",
]
+10
View File
@@ -0,0 +1,10 @@
cc_library_shared {
name: "android.hidl.base@1.0",
vendor_available: true,
shared_libs: [
"libhidltransport",
],
export_shared_lib_headers: [
"libhidltransport",
],
}