mirror of
https://github.com/Evolution-X/external_piex
synced 2026-01-27 16:24:09 +00:00
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:
@@ -59,6 +59,7 @@ cc_library_shared {
|
||||
vndk: {
|
||||
enabled: true,
|
||||
},
|
||||
double_loadable: true,
|
||||
srcs: [
|
||||
"src/tiff_parser.cc",
|
||||
"src/piex.cc",
|
||||
|
||||
Reference in New Issue
Block a user