Update makefiles.
Bug: N/A Test: N/A Change-Id: Ie4ccc7f7638e9eca3bcd43c36c16f2f0053ac596
This commit is contained in:
parent
f646be06ed
commit
6b110994d2
4 changed files with 10 additions and 6 deletions
|
@ -19,8 +19,10 @@ hidl_interface {
|
||||||
"Model",
|
"Model",
|
||||||
"Operand",
|
"Operand",
|
||||||
"OperandType",
|
"OperandType",
|
||||||
|
"OperandTypeRange",
|
||||||
"Operation",
|
"Operation",
|
||||||
"OperationType",
|
"OperationType",
|
||||||
|
"OperationTypeRange",
|
||||||
],
|
],
|
||||||
gen_java: false,
|
gen_java: false,
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,21 +22,21 @@ hidl_interface {
|
||||||
],
|
],
|
||||||
types: [
|
types: [
|
||||||
"AccessNetwork",
|
"AccessNetwork",
|
||||||
|
"CardStatus",
|
||||||
"CellConfigLte",
|
"CellConfigLte",
|
||||||
"CellInfo",
|
"CellInfo",
|
||||||
"CellInfoLte",
|
"CellInfoLte",
|
||||||
"CardStatus",
|
|
||||||
"DataProfileInfo",
|
"DataProfileInfo",
|
||||||
"DataRegStateResult",
|
"DataRegStateResult",
|
||||||
"EmergencyNumber",
|
"EmergencyNumber",
|
||||||
"EmergencyNumberSource",
|
"EmergencyNumberSource",
|
||||||
"EmergencyServiceCategory",
|
"EmergencyServiceCategory",
|
||||||
"FrequencyRange",
|
"FrequencyRange",
|
||||||
"RadioFrequencyInfo",
|
|
||||||
"RadioTechnology",
|
|
||||||
"PhysicalChannelConfig",
|
|
||||||
"LteVopsInfo",
|
"LteVopsInfo",
|
||||||
"NetworkScanResult",
|
"NetworkScanResult",
|
||||||
|
"PhysicalChannelConfig",
|
||||||
|
"RadioFrequencyInfo",
|
||||||
|
"RadioTechnology",
|
||||||
],
|
],
|
||||||
gen_java: true,
|
gen_java: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,9 +11,10 @@ hidl_interface {
|
||||||
"IRadioConfigResponse.hal",
|
"IRadioConfigResponse.hal",
|
||||||
],
|
],
|
||||||
interfaces: [
|
interfaces: [
|
||||||
"android.hardware.radio@1.0",
|
|
||||||
"android.hardware.radio.config@1.0",
|
"android.hardware.radio.config@1.0",
|
||||||
|
"android.hardware.radio@1.0",
|
||||||
"android.hidl.base@1.0",
|
"android.hidl.base@1.0",
|
||||||
],
|
],
|
||||||
gen_java: true,
|
gen_java: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,9 +12,9 @@ hidl_interface {
|
||||||
"IRadioConfigResponse.hal",
|
"IRadioConfigResponse.hal",
|
||||||
],
|
],
|
||||||
interfaces: [
|
interfaces: [
|
||||||
"android.hardware.radio@1.0",
|
|
||||||
"android.hardware.radio.config@1.0",
|
"android.hardware.radio.config@1.0",
|
||||||
"android.hardware.radio.config@1.1",
|
"android.hardware.radio.config@1.1",
|
||||||
|
"android.hardware.radio@1.0",
|
||||||
"android.hidl.base@1.0",
|
"android.hidl.base@1.0",
|
||||||
],
|
],
|
||||||
types: [
|
types: [
|
||||||
|
@ -22,3 +22,4 @@ hidl_interface {
|
||||||
],
|
],
|
||||||
gen_java: true,
|
gen_java: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue