Merge "Update makefiles."

am: 2f3c139981

Change-Id: I2ad21e8fcf1f1914bb6e7d7b741e32552c69c246
This commit is contained in:
Steven Moreland
2018-11-30 00:41:51 -08:00
committed by android-build-merger
4 changed files with 10 additions and 6 deletions

View File

@@ -19,8 +19,10 @@ hidl_interface {
"Model",
"Operand",
"OperandType",
"OperandTypeRange",
"Operation",
"OperationType",
"OperationTypeRange",
],
gen_java: false,
}

View File

@@ -22,21 +22,21 @@ hidl_interface {
],
types: [
"AccessNetwork",
"CardStatus",
"CellConfigLte",
"CellInfo",
"CellInfoLte",
"CardStatus",
"DataProfileInfo",
"DataRegStateResult",
"EmergencyNumber",
"EmergencyNumberSource",
"EmergencyServiceCategory",
"FrequencyRange",
"RadioFrequencyInfo",
"RadioTechnology",
"PhysicalChannelConfig",
"LteVopsInfo",
"NetworkScanResult",
"PhysicalChannelConfig",
"RadioFrequencyInfo",
"RadioTechnology",
],
gen_java: true,
}

View File

@@ -11,9 +11,10 @@ hidl_interface {
"IRadioConfigResponse.hal",
],
interfaces: [
"android.hardware.radio@1.0",
"android.hardware.radio.config@1.0",
"android.hardware.radio@1.0",
"android.hidl.base@1.0",
],
gen_java: true,
}

View File

@@ -12,9 +12,9 @@ hidl_interface {
"IRadioConfigResponse.hal",
],
interfaces: [
"android.hardware.radio@1.0",
"android.hardware.radio.config@1.0",
"android.hardware.radio.config@1.1",
"android.hardware.radio@1.0",
"android.hidl.base@1.0",
],
types: [
@@ -22,3 +22,4 @@ hidl_interface {
],
gen_java: true,
}