aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2018-11-29Enable libpiex for Windowsandroid-wear-8.0.0_r2android-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-n-iot-release-ihome-igv1nougat-iot-releaseJerome Gaillard
This is needed to use skia in Android Studio for Windows. Test: sdk build Change-Id: Iaf219ff802dd367a5b9679306319049590885fad
2018-10-18Create a host target for libpiexJerome Gaillard
This is required for building a version of layoutlib using skia as its renderer. Test: sdk build Change-Id: Iaf504f8f5889c3612a11d514a428b080a89a7b04
2017-09-29Use -Werror in external/piexChih-Hung Hsieh
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib4d60122a7cd072d03206f53eb89e4f686f45c1f
2017-09-08Mark the module as VNDK or VNDK-SP in Android.bpJustin Yun
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 062f53fc7310904a6ff18e226b9af00fd3bab58b)
2017-06-14Mark dependencies of libpiex as vendor_availableandroid-o-preview-4android-o-iot-preview-5o-iot-preview-5Jiyong Park
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-05-24Mark libpiex vendor_available.android-o-preview-3Jayant Chowdhary
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
2016-12-05Export headers from libpiexColin Cross
Test: mmma -j external/skia Change-Id: I5b36fd1136aeb82237c4aee6723c51b8a9405838
2016-12-01Convert libpiex to Android.bpColin Cross
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