aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-07 13:14:58 +0900
committerJiyong Park <jiyong@google.com>2017-08-07 13:14:58 +0900
commit0a43528d3d4896ab0ddc37334c594ca8b2c6545b (patch)
tree7b79737e68d359efb79979bc85791b533f89efa8
parent0bd994d40bffb6e6de96b420d9e0d6dd9af57b3b (diff)
downloadlibgsm-0a43528d3d4896ab0ddc37334c594ca8b2c6545b.tar.gz
Make software codecs as VNDKoreo-mr1-dev
Software codecs and their dependencies are marked as VNDK (or just vendor_available:true for static/header libs). Bug: 37343418 Test: build the software codecs with BOARD_VNDK_VERSION=current Change-Id: I3236ce096b02dceb71a93424b4c5433ba235f302
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 26148b3..5ef4777 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,7 @@
cc_library_static {
name: "libgsm",
+ vendor_available: true,
srcs: [
"src/add.c",