summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2018-10-16 18:36:45 -0500
committerSteven Moreland2018-10-16 18:36:45 -0500
commit1c1591509856ef059da885534b7a3b25d5bbf7ed (patch)
tree47ccf9fd54f709b76adcad80fcfc4250ed1c3c0c /fastboot
parentbcb0c1b49ab75e5fe9d0713ed2c880200f89a725 (diff)
downloadplatform-hardware-interfaces-1c1591509856ef059da885534b7a3b25d5bbf7ed.tar.gz
platform-hardware-interfaces-1c1591509856ef059da885534b7a3b25d5bbf7ed.tar.xz
platform-hardware-interfaces-1c1591509856ef059da885534b7a3b25d5bbf7ed.zip
Update makefiles.
Some of these were out of date. Bug: N/A Test: N/A Change-Id: I25a2706b95e199f5728cda5a5e4e2b23c60a8d40
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/1.0/Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/fastboot/1.0/Android.bp b/fastboot/1.0/Android.bp
index 32674991..467fc6db 100644
--- a/fastboot/1.0/Android.bp
+++ b/fastboot/1.0/Android.bp
@@ -14,9 +14,10 @@ hidl_interface {
14 "android.hidl.base@1.0", 14 "android.hidl.base@1.0",
15 ], 15 ],
16 types: [ 16 types: [
17 "Status", 17 "FileSystemType",
18 "Result", 18 "Result",
19 "Status",
19 ], 20 ],
20 gen_java: false, 21 gen_java: true,
21} 22}
22 23