Commit Graph

5 Commits

Author SHA1 Message Date
Justin Yun
878bf5c875 Mark the module as VNDK or VNDK-SP in Android.bp
As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well
as 'vendor_available: true'.

For a VNDK module, the 'vndk' tag has 'enabled: true'.
It will be installed system/lib(64)/vndk as a vendor variant.

For a VNDK-SP module, the 'vndk' tag has
'support_system_process: true' as well as 'enabled: true'.
It will be installed system/lib(64)/vndk-sp as a vendor variant.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Merged-In: I63923fcb6c11a2c331606f5b0b71e9f4c4cd7322
Change-Id: I63923fcb6c11a2c331606f5b0b71e9f4c4cd7322
(cherry picked from commit 062f53fc73)
2017-09-08 01:37:57 +00:00
Jiyong Park
ac5a3090cb Mark dependencies of libpiex as vendor_available
libpiex is already vendor_available but its dependencies are not.
Marking them as vendor_available since a vendor_available lib cannot
link against to non vendor_available libs.

Bug: 33241851
Test: BOARD_VNDK_VERSION=current m -j libpiex.vendor
Change-Id: I9c33eb95023519f3df6cbe15df68ac864d213ae9
2017-06-14 19:03:15 +09:00
Jayant Chowdhary
6660354225 Mark libpiex vendor_available.
libpiex belongs to vndk-cap. Mark it vendor_available to enable vndk abi
stability checks on it.

Details: https://android-review.googlesource.com/368372

Test: mm -j64

Bug: 38244611

Change-Id: I33f9c4bf15a33d5792cbe617420a1c48baf492e6
2017-05-24 14:52:44 -07:00
Colin Cross
b57a64fc86 Export headers from libpiex
Test: mmma -j external/skia
Change-Id: I5b36fd1136aeb82237c4aee6723c51b8a9405838
2016-12-05 13:52:47 -08:00
Colin Cross
cdd77ccc7b Convert libpiex to Android.bp
See build/soong/README.md for more information.

Also converts the tiny libbinary_parse, libimage_type_recognition, and
libtiff_directory shared libraries to static libraries.  They are only
used by libpiex, and linking them statically reduces the total size by
90kB (263kB to 170kB).

Test: mma -j
Change-Id: I3f6a822e4497cf3cedecd30d4e11565e5da71b07
2016-12-01 17:38:57 -08:00