Merge "Update makefiles." am: b35c23e70c am: b37145e08e
am: d78f1f0d8e
Change-Id: If698913e654c92897db703d865e900e49fe6231d
diff --git a/bluetooth/audio/2.0/Android.bp b/bluetooth/audio/2.0/Android.bp
index 5d67f75..542c812 100644
--- a/bluetooth/audio/2.0/Android.bp
+++ b/bluetooth/audio/2.0/Android.bp
@@ -1,3 +1,5 @@
+// This file is autogenerated by hidl-gen -Landroidbp.
+
hidl_interface {
name: "android.hardware.bluetooth.audio@2.0",
root: "android.hardware",
@@ -11,8 +13,8 @@
"IBluetoothAudioProvidersFactory.hal",
],
interfaces: [
- "android.hidl.base@1.0",
"android.hardware.audio.common@5.0",
+ "android.hidl.base@1.0",
],
types: [
"AacObjectType",
@@ -34,6 +36,7 @@
"SbcAllocMethod",
"SbcBlockLength",
"SbcChannelMode",
+ "SbcNumSubbands",
"SbcParameters",
"SessionType",
"Status",
diff --git a/neuralnetworks/1.2/Android.bp b/neuralnetworks/1.2/Android.bp
index 9057b94..0642dce 100644
--- a/neuralnetworks/1.2/Android.bp
+++ b/neuralnetworks/1.2/Android.bp
@@ -22,9 +22,11 @@
"android.hidl.safe_union@1.0",
],
types: [
+ "Constant",
"DeviceType",
"FmqRequestDatum",
"FmqResultDatum",
+ "MeasureTiming",
"Model",
"Operand",
"OperandType",
@@ -34,6 +36,7 @@
"OperationTypeRange",
"OutputShape",
"SymmPerChannelQuantParams",
+ "Timing",
],
gen_java: false,
}
diff --git a/radio/1.3/Android.bp b/radio/1.3/Android.bp
index 30b8edf..63056cc 100644
--- a/radio/1.3/Android.bp
+++ b/radio/1.3/Android.bp
@@ -7,6 +7,7 @@
enabled: true,
},
srcs: [
+ "types.hal",
"IRadio.hal",
"IRadioIndication.hal",
"IRadioResponse.hal",
@@ -17,6 +18,9 @@
"android.hardware.radio@1.2",
"android.hidl.base@1.0",
],
+ types: [
+ "RadioResponseInfoModem",
+ ],
gen_java: true,
}