Skip to content

Commit

Permalink
DNM: tomato: Build a dummy [email protected] for Oreo blobs
Browse files Browse the repository at this point in the history
*For 8.1
Signed-off-by: Shekhawat2 <[email protected]>
  • Loading branch information
shekhawat2 committed Dec 17, 2017
1 parent ba1a707 commit da4ac2e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
subdirs = [
"libhidl",
]
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ cm_charger_res_images \
font_log.png \
libhealthd.cm

# HIDL
PRODUCT_PACKAGES += \
[email protected]
10 changes: 10 additions & 0 deletions libhidl/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cc_library_shared {
name: "[email protected]",
vendor_available: true,
shared_libs: [
"libhidltransport",
],
export_shared_lib_headers: [
"libhidltransport",
],
}

0 comments on commit da4ac2e

Please sign in to comment.