diff options
author | Steven Moreland <smoreland@google.com> | 2019-11-22 12:27:38 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-11-26 09:24:31 -0800 |
commit | 7696aa885fdbccd495e50b42f70e703152f517fd (patch) | |
tree | b800a407e9e8da6ba9094db148e50e91e006644e /tests | |
parent | 741347b49d67ca35e4963f0ae2d26dfa140deb9b (diff) |
./update-makefiles.sh, for union changes/memory
Many more types can be used in Java.
Bug: 143566068
Test: N/A
Change-Id: Ie18e1e0f9c22f2ea15b755df3b048c9d651c4945
Diffstat (limited to 'tests')
-rw-r--r-- | tests/memory/1.0/Android.bp | 2 | ||||
-rw-r--r-- | tests/memory/2.0/.hidl_for_test | 0 | ||||
-rw-r--r-- | tests/memory/2.0/Android.bp | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/memory/1.0/Android.bp b/tests/memory/1.0/Android.bp index 29f6be7a7c..6612e31164 100644 --- a/tests/memory/1.0/Android.bp +++ b/tests/memory/1.0/Android.bp @@ -11,5 +11,5 @@ hidl_interface { "android.hidl.memory.block@1.0", "android.hidl.memory.token@1.0", ], - gen_java: false, + gen_java: true, } diff --git a/tests/memory/2.0/.hidl_for_test b/tests/memory/2.0/.hidl_for_test new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/memory/2.0/.hidl_for_test diff --git a/tests/memory/2.0/Android.bp b/tests/memory/2.0/Android.bp index 5166652120..d24bd21312 100644 --- a/tests/memory/2.0/Android.bp +++ b/tests/memory/2.0/Android.bp @@ -1,9 +1,11 @@ +// This file is autogenerated by hidl-gen -Landroidbp. + hidl_interface { name: "android.hardware.tests.memory@2.0", root: "android.hardware", srcs: [ - "IMemoryInterface.hal", "types.hal", + "IMemoryInterface.hal", ], interfaces: [ "android.hidl.base@1.0", |