aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 05:34:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 05:34:22 +0000
commit28cc29bb783dd1407a5efaf77fc0544e7ea8d75d (patch)
treebad796089e3c2dc17ed1f8c2f7e7f432df851692
parentc2dee4b08ab6c164cba50e64cd6e2be44d7abe9b (diff)
parenta7bb9638d60c9d93045f1ecde4ae66457171ae91 (diff)
downloadplatform_external_piex-28cc29bb783dd1407a5efaf77fc0544e7ea8d75d.tar.gz
platform_external_piex-28cc29bb783dd1407a5efaf77fc0544e7ea8d75d.tar.bz2
platform_external_piex-28cc29bb783dd1407a5efaf77fc0544e7ea8d75d.zip
Mark the module as VNDK or VNDK-SP in Android.bp am: 878bf5c875
am: a7bb9638d6 Change-Id: I720ff67a102066393d167107e1885ecab7cd64e9
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 72dcdc5..e15f2f6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,6 +31,9 @@ cc_library_static {
cc_library_shared {
name: "libpiex",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
srcs: [
"src/tiff_parser.cc",
"src/piex.cc",