From a6c5ff2c6d7c9b829af6ca8f1b5e237276d8f2f3 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 17 Jan 2018 11:20:17 -0800 Subject: [PATCH] Update makefiles. Some have missed being updated. Bug: N/A Test: N/A Change-Id: I0925e85701f6e8b98f9b09bfafbed73469d1d185 --- broadcastradio/1.1/Android.bp | 6 ++++++ camera/provider/2.4/Android.bp | 1 - tests/memory/1.0/Android.bp | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) 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, }