Merge "update-makefiles.sh: for partial Java pkgs"

am: cbd3f444c7

Change-Id: I104e350e444cf9bdd4f5f29dbc91501c162fc47b
This commit is contained in:
Steven Moreland
2019-11-05 10:17:43 -08:00
committed by android-build-merger
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -10,5 +10,5 @@ hidl_interface {
interfaces: [ interfaces: [
"android.hidl.base@1.0", "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.hardware.audio.common@2.0",
"android.hidl.base@1.0", "android.hidl.base@1.0",
], ],
gen_java: false, gen_java: true,
gen_java_constants: true, gen_java_constants: true,
} }