summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2019-01-18 15:38:44 +0900
committerJooyung Han <jooyung@google.com>2019-02-07 17:14:35 +0900
commit5ce2a59a897762eead2811cabaa62a853b60f35c (patch)
tree8fc33b74da64ed07c51b386a4c90759b2cda97fb
parent59679608867e49886779bf1c546c97d00f02d0d2 (diff)
downloadexpat-5ce2a59a897762eead2811cabaa62a853b60f35c.tar.gz
Mark libexpat as double_loadable
libexpat is a VNDK lib and also used by LLNDK(libmediandk) which means this lib can be double-loaded. (deps: libmediandk -> libmedia -> libexpat) Bug: 121280180 Test: m -j Change-Id: I71c882646482f9c17abf02ca278d95e7a1242612
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b3bef06c..1a7842d8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -7,6 +7,7 @@ cc_library {
vndk: {
enabled: true,
},
+ double_loadable: true,
host_supported: true,
unique_host_soname: true,
sdk_version: "9",