summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--broadcastradio/1.1/Android.bp6
-rw-r--r--camera/provider/2.4/Android.bp1
-rw-r--r--tests/memory/1.0/Android.bp4
3 files changed, 8 insertions, 3 deletions
diff --git a/broadcastradio/1.1/Android.bp b/broadcastradio/1.1/Android.bp
index 9f8e7ec55..1d59105e1 100644
--- a/broadcastradio/1.1/Android.bp
+++ b/broadcastradio/1.1/Android.bp
@@ -18,10 +18,16 @@ hidl_interface {
"android.hidl.base@1.0",
],
types: [
+ "IdentifierType",
+ "Modulation",
+ "ProgramIdentifier",
"ProgramInfo",
"ProgramInfoFlags",
"ProgramListResult",
+ "ProgramSelector",
+ "ProgramType",
"Properties",
+ "VendorKeyValue",
],
gen_java: false,
}
diff --git a/camera/provider/2.4/Android.bp b/camera/provider/2.4/Android.bp
index 7139ad05b..63d7fd5dc 100644
--- a/camera/provider/2.4/Android.bp
+++ b/camera/provider/2.4/Android.bp
@@ -14,7 +14,6 @@ hidl_interface {
"android.hardware.camera.common@1.0",
"android.hardware.camera.device@1.0",
"android.hardware.camera.device@3.2",
- "android.hardware.graphics.common@1.0",
"android.hidl.base@1.0",
],
gen_java: false,
diff --git a/tests/memory/1.0/Android.bp b/tests/memory/1.0/Android.bp
index 50386649f..cbee24742 100644
--- a/tests/memory/1.0/Android.bp
+++ b/tests/memory/1.0/Android.bp
@@ -7,9 +7,9 @@ hidl_interface {
"IMemoryTest.hal",
],
interfaces: [
- "android.hidl.memory.token@1.0",
- "android.hidl.memory.block@1.0",
"android.hidl.base@1.0",
+ "android.hidl.memory.block@1.0",
+ "android.hidl.memory.token@1.0",
],
gen_java: false,
}