aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-26 15:32:12 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-26 15:32:12 -0700
commit5f905783a5bda985b0666e9a169da85bf248aeec (patch)
tree3a915f40546deed3c6c24c8b41883db7e74d9cf1
parentb3040376e2bf9d2eba4a972e907700855902dde5 (diff)
downloadlmfit-5f905783a5bda985b0666e9a169da85bf248aeec.tar.gz
lmfit: mark vendor
This allows vendor modules to use this library when BOARD_VNDK_VERSION:=current is enabled. Test: links Bug: 37342627 Change-Id: I5585dbb6acb3bd128748ab7bef12c248f877bb1e Merged-In: I5585dbb6acb3bd128748ab7bef12c248f877bb1e (cherry picked from commit 6d0253779d72fd2f5d16ac1e6e52f6b4c0535ff4)
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 26f29e1..a65d618 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,7 @@
cc_library_static {
name: "lmfit",
+ vendor: true,
srcs: [
"lib/lmcurve.c",