From 771dff2a2d014df7118263d2c0a8cc8522cf480c Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 26 Sep 2017 17:59:10 -0700 Subject: [PATCH] Update makefiles for transitive interfaces. Transitive includes accidentally added by hidl-gen were getting added to import lists. This import isn't actually required and is now properly excluded from hidl-gen update makefiles. Bug: 65055216 Test: none Merged-In: I4fb4de8ef5547a3081cd55b3c75f6288cc518ba6 Change-Id: I4fb4de8ef5547a3081cd55b3c75f6288cc518ba6 --- camera/provider/2.4/Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/camera/provider/2.4/Android.bp b/camera/provider/2.4/Android.bp index 27592eedb0..3aa8d8b09f 100644 --- a/camera/provider/2.4/Android.bp +++ b/camera/provider/2.4/Android.bp @@ -62,7 +62,6 @@ cc_library { "android.hardware.camera.common@1.0", "android.hardware.camera.device@1.0", "android.hardware.camera.device@3.2", - "android.hardware.graphics.common@1.0", ], export_shared_lib_headers: [ "libhidlbase", @@ -72,7 +71,6 @@ cc_library { "android.hardware.camera.common@1.0", "android.hardware.camera.device@1.0", "android.hardware.camera.device@3.2", - "android.hardware.graphics.common@1.0", ], } @@ -126,7 +124,6 @@ cc_library { "android.hardware.camera.device@1.0", "android.hardware.camera.device@3.2", "android.hardware.camera.provider@2.4", - "android.hardware.graphics.common@1.0", "android.hardware.camera.device@1.0-adapter-helper", "android.hardware.camera.device@3.2-adapter-helper", "android.hidl.base@1.0-adapter-helper", @@ -141,7 +138,6 @@ cc_library { "android.hardware.camera.device@1.0", "android.hardware.camera.device@3.2", "android.hardware.camera.provider@2.4", - "android.hardware.graphics.common@1.0", "android.hardware.camera.device@1.0-adapter-helper", "android.hardware.camera.device@3.2-adapter-helper", "android.hidl.base@1.0-adapter-helper", @@ -167,7 +163,6 @@ cc_test { "android.hardware.camera.device@1.0", "android.hardware.camera.device@3.2", "android.hardware.camera.provider@2.4", - "android.hardware.graphics.common@1.0", "android.hardware.camera.provider@2.4-adapter-helper", ], generated_sources: ["android.hardware.camera.provider@2.4-adapter_genc++"],