Merge "./update-makefiles.sh, for union changes/memory" am: 00daede4d5

am: 0942e33017

Change-Id: I9892fbefe4af535f7576e4b8ecb49abe8259bbb9
This commit is contained in:
Steven Moreland
2019-11-26 14:57:39 -08:00
committed by android-build-merger
10 changed files with 11 additions and 7 deletions

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

@@ -7,10 +7,10 @@ hidl_interface {
enabled: true, enabled: true,
}, },
srcs: [ srcs: [
"types.hal",
"ICas.hal", "ICas.hal",
"ICasListener.hal", "ICasListener.hal",
"IMediaCasService.hal", "IMediaCasService.hal",
"types.hal",
], ],
interfaces: [ interfaces: [
"android.hardware.cas@1.0", "android.hardware.cas@1.0",

View File

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

View File

@@ -12,6 +12,7 @@ hidl_interface {
"IOperation.hal", "IOperation.hal",
], ],
interfaces: [ interfaces: [
"android.hardware.keymaster@3.0",
"android.hardware.keymaster@4.0", "android.hardware.keymaster@4.0",
"android.hidl.base@1.0", "android.hidl.base@1.0",
], ],

View File

@@ -19,6 +19,7 @@ hidl_interface {
"android.hardware.radio@1.3", "android.hardware.radio@1.3",
"android.hardware.radio@1.4", "android.hardware.radio@1.4",
"android.hidl.base@1.0", "android.hidl.base@1.0",
"android.hidl.safe_union@1.0",
], ],
gen_java: true, gen_java: true,
} }

View File

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

View File

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

View File

@@ -11,5 +11,5 @@ hidl_interface {
"android.hidl.memory.block@1.0", "android.hidl.memory.block@1.0",
"android.hidl.memory.token@1.0", "android.hidl.memory.token@1.0",
], ],
gen_java: false, gen_java: true,
} }

View File

View File

@@ -1,9 +1,11 @@
// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface { hidl_interface {
name: "android.hardware.tests.memory@2.0", name: "android.hardware.tests.memory@2.0",
root: "android.hardware", root: "android.hardware",
srcs: [ srcs: [
"IMemoryInterface.hal",
"types.hal", "types.hal",
"IMemoryInterface.hal",
], ],
interfaces: [ interfaces: [
"android.hidl.base@1.0", "android.hidl.base@1.0",