From 5ce2a59a897762eead2811cabaa62a853b60f35c Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Fri, 18 Jan 2019 15:38:44 +0900 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') 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", -- cgit v1.2.3