diff options
| author | Colin Cross <ccross@android.com> | 2016-12-05 13:52:47 -0800 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2016-12-05 13:52:47 -0800 |
| commit | b57a64fc86b52d560eb2e34c3f808f6dfd7db843 (patch) | |
| tree | 297efaf8dc8cba4bea2acc3f1d3dba2c8aaba0fe | |
| parent | cdd77ccc7b0561fc669cc8b48dd77990dc20b511 (diff) | |
| download | platform_external_piex-b57a64fc86b52d560eb2e34c3f808f6dfd7db843.tar.gz platform_external_piex-b57a64fc86b52d560eb2e34c3f808f6dfd7db843.tar.bz2 platform_external_piex-b57a64fc86b52d560eb2e34c3f808f6dfd7db843.zip | |
Export headers from libpiex
Test: mmma -j external/skia
Change-Id: I5b36fd1136aeb82237c4aee6723c51b8a9405838
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ cc_library_shared { "src/tiff_parser.cc", "src/piex.cc", ], + export_include_dirs: ["."], static_libs: [ "libbinary_parse", "libimage_type_recognition", |
