aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorRyan Haining <haining@google.com>2019-01-23 08:44:20 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-23 08:44:20 -0800
commit223081243f618df3ec4f3801db6b59a79b697093 (patch)
tree545b759062a41101b7318dce17e299e96023f9ec /Android.bp
parentbb94635a0e8f7bf91de05447d79a2b880cdc7bb7 (diff)
parentf27728e9874b3851c590af570431bb76d2475e51 (diff)
downloadlibopus-223081243f618df3ec4f3801db6b59a79b697093.tar.gz
Merge "Adds host_supported: true to libopus" am: 0b16842e25
am: f27728e987 Change-Id: I9439bd4cec6abf9c842d55dae8eaff419e272d58
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fc6ddd40..4d1fbc94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
cc_library_shared {
name: "libopus",
vendor_available: true,
+ host_supported: true,
vndk: {
enabled: true,
},