From b585185210ef027edc250f457ec1203f51fe7743 Mon Sep 17 00:00:00 2001 From: Anuj Joshi Date: Tue, 31 Mar 2020 10:52:53 +0530 Subject: Build both shared and static library for libopus Test: mmma external/libopus Bug: 151597857 Change-Id: I295ea3c24017d65c69488221af99b575f343c0b9 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 34cbdbd4..93929ead 100644 --- a/Android.bp +++ b/Android.bp @@ -1,4 +1,4 @@ -cc_library_shared { +cc_library { name: "libopus", vendor_available: true, host_supported: true, -- cgit v1.2.3