From 12875982ceed3176b6fa2d28ca51cd9ff8868480 Mon Sep 17 00:00:00 2001 From: Chong Zhang Date: Wed, 15 May 2019 17:02:54 -0700 Subject: Remove libvorbisidec from vndk Soft omx plugins are already removed from vndk, these should have been removed together. Keeping them in vndk with have both 32 and 64 bit on system, but soft omx only uses one set. bug: 132466615 test: build and check these libs are now on vendor/lib. Change-Id: I1d584bd1a9616375a1144aa7e6891b41fda0cf2c --- Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Android.bp b/Android.bp index 6d33c66..70cfe14 100644 --- a/Android.bp +++ b/Android.bp @@ -1,9 +1,6 @@ cc_library { name: "libvorbisidec", vendor_available: true, - vndk: { - enabled: true, - }, srcs: [ "Tremolo/bitwise.c", -- cgit v1.2.3