summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-11-05 17:57:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-11-05 17:57:51 +0000
commitcbd3f444c74f33109f7df8cc7228abae9b64df06 (patch)
treecd1d3340e62c1ffc7cfaadf192ca0ceb48686c9a /tests
parent619c04d957cc3b07a6135ef512120b540244ed5f (diff)
parent077b73b7abf744b51924e36eef329a89148e36b7 (diff)
downloadplatform_hardware_interfaces-cbd3f444c74f33109f7df8cc7228abae9b64df06.tar.gz
platform_hardware_interfaces-cbd3f444c74f33109f7df8cc7228abae9b64df06.tar.bz2
platform_hardware_interfaces-cbd3f444c74f33109f7df8cc7228abae9b64df06.zip
Merge "update-makefiles.sh: for partial Java pkgs"
Diffstat (limited to 'tests')
-rw-r--r--tests/trie/1.0/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trie/1.0/Android.bp b/tests/trie/1.0/Android.bp
index 5a33aea588..3cb67c7577 100644
--- a/tests/trie/1.0/Android.bp
+++ b/tests/trie/1.0/Android.bp
@@ -10,5 +10,5 @@ hidl_interface {
interfaces: [
"android.hidl.base@1.0",
],
- gen_java: false,
+ gen_java: true,
}