diff --git a/broadcastradio/1.1/Android.bp b/broadcastradio/1.1/Android.bp index 9f8e7ec551..1d59105e1d 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 7139ad05b3..63d7fd5dca 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 50386649fa..cbee24742c 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, }