aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2019-05-15 17:02:06 -0700
committerChong Zhang <chz@google.com>2019-05-15 17:02:06 -0700
commit066f5977b126981ed32ac3850806fa41c5653cd2 (patch)
treead58e0d7eb21e8f4a7f75790d3275b7301e71554 /Android.bp
parent5cc9744d5e88b8f1b9c7840ace86ddb5080a38e5 (diff)
downloadlibopus-066f5977b126981ed32ac3850806fa41c5653cd2.tar.gz
Remove libopus 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: I0b884445512241a89d61085870c9c3af381e3664
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index c541e5e2..34cbdbd4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,9 +2,6 @@ cc_library_shared {
name: "libopus",
vendor_available: true,
host_supported: true,
- vndk: {
- enabled: true,
- },
export_include_dirs: ["include"],