Mark the module as VNDK or VNDK-SP in Android.bp

am: 062f53fc73

Change-Id: I22171fc256577b4b794730862d3bc138c115aa32
This commit is contained in:
Justin Yun
2017-08-03 05:57:31 +00:00
committed by android-build-merger

View File

@@ -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",