Update makefiles.

Some of these were out of date.

Bug: N/A
Test: N/A
Change-Id: I25a2706b95e199f5728cda5a5e4e2b23c60a8d40
This commit is contained in:
Steven Moreland 2018-10-16 16:36:45 -07:00
parent bcb0c1b49a
commit 1c15915098
2 changed files with 4 additions and 2 deletions

View file

@ -14,9 +14,10 @@ hidl_interface {
"android.hidl.base@1.0",
],
types: [
"Status",
"FileSystemType",
"Result",
"Status",
],
gen_java: false,
gen_java: true,
}

View file

@ -22,3 +22,4 @@ hidl_interface {
],
gen_java: false,
}