summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2018-08-14 15:24:35 -0500
committerSteven Moreland2018-08-14 15:29:42 -0500
commitf5e4d7fb59aea4746ebd86669407679fbb8953f9 (patch)
tree6552fcfab72d095e32562f792036f76d98648498 /automotive
parente5bf3a268e263340138b1118a8ec47ed309715d9 (diff)
downloadplatform-hardware-interfaces-f5e4d7fb59aea4746ebd86669407679fbb8953f9.tar.gz
platform-hardware-interfaces-f5e4d7fb59aea4746ebd86669407679fbb8953f9.tar.xz
platform-hardware-interfaces-f5e4d7fb59aea4746ebd86669407679fbb8953f9.zip
Update makefiles after native handle in Java.
Bug: 35098567 Test: N/A Change-Id: I54b8d804e480cda09806f8028b966f28c4bd706e
Diffstat (limited to 'automotive')
-rw-r--r--automotive/evs/1.0/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/automotive/evs/1.0/Android.bp b/automotive/evs/1.0/Android.bp
index 4bc40686..f620eb5c 100644
--- a/automotive/evs/1.0/Android.bp
+++ b/automotive/evs/1.0/Android.bp
@@ -23,6 +23,6 @@ hidl_interface {
23 "DisplayState", 23 "DisplayState",
24 "EvsResult", 24 "EvsResult",
25 ], 25 ],
26 gen_java: false, 26 gen_java: true,
27} 27}
28 28