Mark libpiex as double_loadable

libpiex is a VNDK lib and also used by LLNDK(libmediandk) which means
this lib can be double-loaded.
(deps: libmediandk -> libmedia_jni -> libpiex)

Bug: 121280180
Test: m -j
Change-Id: Ie83ebd7e974ebc28a84855065544c10d3b81cb12
This commit is contained in:
Jooyung Han
2019-01-18 15:45:31 +09:00
parent 1ef9d0c0f4
commit c64563c916

View File

@@ -59,6 +59,7 @@ cc_library_shared {
vndk: {
enabled: true,
},
double_loadable: true,
srcs: [
"src/tiff_parser.cc",
"src/piex.cc",