From a7703b70699299f078a189e19b6915120cded732 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 22 May 2017 17:55:10 -0700 Subject: Remove reference to libogg libogg is not needed to build libopus, remove it. Test: builds Change-Id: I0ebb83977db5c20fd93b676633fc4ddb88a09b46 --- Android.bp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index e3c8b8eb..b4a89222 100644 --- a/Android.bp +++ b/Android.bp @@ -315,6 +315,4 @@ cc_library_shared { }, }, }, - - static_libs: ["libogg"], } -- cgit v1.2.3