commit | 1c1591509856ef059da885534b7a3b25d5bbf7ed | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Oct 16 16:36:45 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Oct 16 16:36:45 2018 -0700 |
tree | 47ccf9fd54f709b76adcad80fcfc4250ed1c3c0c | |
parent | bcb0c1b49ab75e5fe9d0713ed2c880200f89a725 [diff] [blame] |
Update makefiles. Some of these were out of date. Bug: N/A Test: N/A Change-Id: I25a2706b95e199f5728cda5a5e4e2b23c60a8d40
diff --git a/fastboot/1.0/Android.bp b/fastboot/1.0/Android.bp index 3267499..467fc6d 100644 --- a/fastboot/1.0/Android.bp +++ b/fastboot/1.0/Android.bp
@@ -14,9 +14,10 @@ "android.hidl.base@1.0", ], types: [ - "Status", + "FileSystemType", "Result", + "Status", ], - gen_java: false, + gen_java: true, }