aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2019-05-15 17:02:54 -0700
committerChong Zhang <chz@google.com>2019-05-15 17:02:54 -0700
commit12875982ceed3176b6fa2d28ca51cd9ff8868480 (patch)
tree57450390cce9308a455e9d877e979a8ef4783dd8
parentb1e89453c7de3fcd2f48cdfd69e84ba6fb647f6c (diff)
downloadtremolo-12875982ceed3176b6fa2d28ca51cd9ff8868480.tar.gz
Remove libvorbisidec from vndkandroid10-dev
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
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 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",