./update-makefiles.sh, for union changes/memory
Many more types can be used in Java. Bug: 143566068 Test: N/A Change-Id: Ie18e1e0f9c22f2ea15b755df3b048c9d651c4945
This commit is contained in:
parent
741347b49d
commit
7696aa885f
10 changed files with 11 additions and 7 deletions
|
@ -12,6 +12,6 @@ hidl_interface {
|
|||
interfaces: [
|
||||
"android.hidl.safe_union@1.0",
|
||||
],
|
||||
gen_java: false,
|
||||
gen_java: true,
|
||||
gen_java_constants: true,
|
||||
}
|
||||
|
|
|
@ -7,10 +7,10 @@ hidl_interface {
|
|||
enabled: true,
|
||||
},
|
||||
srcs: [
|
||||
"types.hal",
|
||||
"ICas.hal",
|
||||
"ICasListener.hal",
|
||||
"IMediaCasService.hal",
|
||||
"types.hal",
|
||||
],
|
||||
interfaces: [
|
||||
"android.hardware.cas@1.0",
|
||||
|
|
|
@ -17,5 +17,5 @@ hidl_interface {
|
|||
interfaces: [
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
gen_java: false,
|
||||
gen_java: true,
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@ hidl_interface {
|
|||
"IOperation.hal",
|
||||
],
|
||||
interfaces: [
|
||||
"android.hardware.keymaster@3.0",
|
||||
"android.hardware.keymaster@4.0",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
|
|
|
@ -19,6 +19,7 @@ hidl_interface {
|
|||
"android.hardware.radio@1.3",
|
||||
"android.hardware.radio@1.4",
|
||||
"android.hidl.base@1.0",
|
||||
"android.hidl.safe_union@1.0",
|
||||
],
|
||||
gen_java: true,
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ hidl_interface {
|
|||
"android.hardware.soundtrigger@2.0",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
gen_java: false,
|
||||
gen_java: true,
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ hidl_interface {
|
|||
"android.hardware.soundtrigger@2.1",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
gen_java: false,
|
||||
gen_java: true,
|
||||
}
|
||||
|
|
|
@ -11,5 +11,5 @@ hidl_interface {
|
|||
"android.hidl.memory.block@1.0",
|
||||
"android.hidl.memory.token@1.0",
|
||||
],
|
||||
gen_java: false,
|
||||
gen_java: true,
|
||||
}
|
||||
|
|
0
tests/memory/2.0/.hidl_for_test
Normal file
0
tests/memory/2.0/.hidl_for_test
Normal file
|
@ -1,9 +1,11 @@
|
|||
// This file is autogenerated by hidl-gen -Landroidbp.
|
||||
|
||||
hidl_interface {
|
||||
name: "android.hardware.tests.memory@2.0",
|
||||
root: "android.hardware",
|
||||
srcs: [
|
||||
"IMemoryInterface.hal",
|
||||
"types.hal",
|
||||
"IMemoryInterface.hal",
|
||||
],
|
||||
interfaces: [
|
||||
"android.hidl.base@1.0",
|
||||
|
|
Loading…
Reference in a new issue