update-makefiles.sh: for partial Java pkgs

Packages which contain some non-supported Java types can still have
their Java-supported types used in Java.

Bug: 143566068
Test: mma
Change-Id: I2afc5cc8d0a1bd981108ee2b87d6033fd48bdb37
This commit is contained in:
Steven Moreland
2019-11-04 12:50:41 -08:00
parent c003777cff
commit 077b73b7ab
6 changed files with 6 additions and 6 deletions

View File

@@ -9,6 +9,6 @@ hidl_interface {
srcs: [
"types.hal",
],
gen_java: false,
gen_java: true,
gen_java_constants: true,
}

View File

@@ -9,6 +9,6 @@ hidl_interface {
srcs: [
"types.hal",
],
gen_java: false,
gen_java: true,
gen_java_constants: true,
}

View File

@@ -12,6 +12,6 @@ hidl_interface {
interfaces: [
"android.hidl.safe_union@1.0",
],
gen_java: false,
gen_java: true,
gen_java_constants: true,
}

View File

@@ -15,5 +15,5 @@ hidl_interface {
"android.hardware.audio.common@2.0",
"android.hidl.base@1.0",
],
gen_java: false,
gen_java: true,
}

View File

@@ -10,5 +10,5 @@ hidl_interface {
interfaces: [
"android.hidl.base@1.0",
],
gen_java: false,
gen_java: true,
}

View File

@@ -15,6 +15,6 @@ hidl_interface {
"android.hardware.audio.common@2.0",
"android.hidl.base@1.0",
],
gen_java: false,
gen_java: true,
gen_java_constants: true,
}