From 1c1591509856ef059da885534b7a3b25d5bbf7ed Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 16 Oct 2018 16:36:45 -0700 Subject: [PATCH] Update makefiles. Some of these were out of date. Bug: N/A Test: N/A Change-Id: I25a2706b95e199f5728cda5a5e4e2b23c60a8d40 --- fastboot/1.0/Android.bp | 5 +++-- neuralnetworks/1.2/Android.bp | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fastboot/1.0/Android.bp b/fastboot/1.0/Android.bp index 326749910c..467fc6db74 100644 --- a/fastboot/1.0/Android.bp +++ b/fastboot/1.0/Android.bp @@ -14,9 +14,10 @@ hidl_interface { "android.hidl.base@1.0", ], types: [ - "Status", + "FileSystemType", "Result", + "Status", ], - gen_java: false, + gen_java: true, } diff --git a/neuralnetworks/1.2/Android.bp b/neuralnetworks/1.2/Android.bp index e183a263fa..d5ef49d4b4 100644 --- a/neuralnetworks/1.2/Android.bp +++ b/neuralnetworks/1.2/Android.bp @@ -22,3 +22,4 @@ hidl_interface { ], gen_java: false, } +