mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "update-makefiles.sh: for partial Java pkgs"
am: cbd3f444c7
Change-Id: I104e350e444cf9bdd4f5f29dbc91501c162fc47b
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ hidl_interface {
|
|||||||
interfaces: [
|
interfaces: [
|
||||||
"android.hidl.base@1.0",
|
"android.hidl.base@1.0",
|
||||||
],
|
],
|
||||||
gen_java: false,
|
gen_java: true,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user