summaryrefslogtreecommitdiff
path: root/transport/memory
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-25 18:25:38 -0700
committerJustin Yun <justinyun@google.com>2017-08-07 17:44:19 +0900
commita129dc9c86c0ba4e2bc4ba14f4936e29b051f8b1 (patch)
treed5628d736375fd2664de31d4b41016b6a392a87d /transport/memory
parent74f6593212fbabec01a52241906787cda62f4234 (diff)
downloadlibhidl-a129dc9c86c0ba4e2bc4ba14f4936e29b051f8b1.tar.gz
Update makefiles for vndk enabled.
Test: none Bug: 63866913 Merged-In: I10e84e2060c3007b1748a2d8293cdb60787bcf03 Change-Id: I10e84e2060c3007b1748a2d8293cdb60787bcf03 (cherry picked from commit f58aaeba026269603b7eeb770d34d0260ee984ab)
Diffstat (limited to 'transport/memory')
-rw-r--r--transport/memory/1.0/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/transport/memory/1.0/Android.bp b/transport/memory/1.0/Android.bp
index 0ae2422..7d5ca01 100644
--- a/transport/memory/1.0/Android.bp
+++ b/transport/memory/1.0/Android.bp
@@ -49,6 +49,9 @@ cc_library {
generated_headers: ["android.hidl.memory@1.0_genc++_headers"],
export_generated_headers: ["android.hidl.memory@1.0_genc++_headers"],
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
shared_libs: [
"libhidlbase",
"libhidltransport",