Skip to content

Commit

Permalink
interfaces: backend: radio: config: Run update-makefiles.sh
Browse files Browse the repository at this point in the history
Change-Id: Ieffd1cba65f7d758299eb016d93fc714a9027a7c
  • Loading branch information
SebaUbuntu committed Apr 28, 2024
1 parent a8c9289 commit 75c5d24
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
1 change: 1 addition & 0 deletions _backend/radio/config/1.0/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
hidl_interface {
name: "[email protected]",
root: "lineage.hardware",
system_ext_specific: true,
srcs: [
"types.hal",
"IRadioConfig.hal",
Expand Down
4 changes: 2 additions & 2 deletions _backend/radio/config/1.1/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
hidl_interface {
name: "[email protected]",
root: "lineage.hardware",
system_ext_specific: true,
srcs: [
"types.hal",
"IRadioConfig.hal",
"IRadioConfigIndication.hal",
"IRadioConfigResponse.hal",
],
interfaces: [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
],
gen_java: true,
system_ext_specific: true,
}
6 changes: 3 additions & 3 deletions _backend/radio/config/1.2/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
hidl_interface {
name: "[email protected]",
root: "lineage.hardware",
system_ext_specific: true,
srcs: [
"types.hal",
"IRadioConfigIndication.hal",
"IRadioConfigResponse.hal",
],
interfaces: [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
],
gen_java: true,
system_ext_specific: true,
}
13 changes: 9 additions & 4 deletions _backend/radio/config/1.3/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@
hidl_interface {
name: "[email protected]",
root: "lineage.hardware",
system_ext_specific: true,
srcs: [
"IRadioConfig.hal",
"IRadioConfigResponse.hal",
],
interfaces: [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
],
gen_java: true,
system_ext_specific: true,
}

0 comments on commit 75c5d24

Please sign in to comment.