summaryrefslogtreecommitdiff
path: root/transport/memory
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-11-25 12:59:36 -0800
committerSteven Moreland <smoreland@google.com>2019-11-26 09:02:13 -0800
commit14d87a9efb2fd2324f78c90adac69429570e7281 (patch)
tree4c5697d16116abaf888a07fcbb1c1dd6dacac3be /transport/memory
parentab060ef455a87e856b412036a0cee8155ca227fa (diff)
downloadlibhidl-14d87a9efb2fd2324f78c90adac69429570e7281.tar.gz
./update-makefiles.sh, for union changes/memory
Many more types can be used in Java. Also, here, update-makefiles.sh has been switched to the standard style that will find all of the interfaces in the directory, rather than needing to list them explicitly. Bug: 143566068 Test: N/A Change-Id: I3b7d36ff465b9050e1105ed483c5cc46e15e0337
Diffstat (limited to 'transport/memory')
-rw-r--r--transport/memory/block/1.0/Android.bp3
-rw-r--r--transport/memory/token/1.0/Android.bp3
2 files changed, 3 insertions, 3 deletions
diff --git a/transport/memory/block/1.0/Android.bp b/transport/memory/block/1.0/Android.bp
index 0bb8a27..f26a6d3 100644
--- a/transport/memory/block/1.0/Android.bp
+++ b/transport/memory/block/1.0/Android.bp
@@ -10,7 +10,8 @@ hidl_interface {
"types.hal",
],
interfaces: [
+ "android.hidl.base@1.0",
"android.hidl.memory.token@1.0",
],
- gen_java: false,
+ gen_java: true,
}
diff --git a/transport/memory/token/1.0/Android.bp b/transport/memory/token/1.0/Android.bp
index e6797d4..937e086 100644
--- a/transport/memory/token/1.0/Android.bp
+++ b/transport/memory/token/1.0/Android.bp
@@ -13,6 +13,5 @@ hidl_interface {
interfaces: [
"android.hidl.base@1.0",
],
- gen_java: false,
+ gen_java: true,
}
-