OSDN Git Service

Add vendor_available:true to libmemunreachable
authorVijay Venkatraman <vijaykv@google.com>
Wed, 17 May 2017 22:04:23 +0000 (15:04 -0700)
committerJayant Chowdhary <jchowdhary@google.com>
Wed, 31 May 2017 01:48:40 +0000 (01:48 +0000)
Bug: 38244611
Test: build sailfish

Merged-In: I5f238377784b3a30308e9e5cb0817c71675edddf
Change-Id: Ieb7fdcae4b96a1e1622ba98a7cfb56a95b798452
(cherry picked from commit 52eaeb48255082ceaafea20dd9339545b6174fb4)

libmemunreachable/Android.bp

index 4662368..1b8830a 100644 (file)
@@ -15,6 +15,7 @@ cc_defaults {
 
 cc_library_shared {
     name: "libmemunreachable",
+    vendor_available: true,
     defaults: ["libmemunreachable_defaults"],
     srcs: [
         "Allocator.cpp",