From eea87a501bbbc5a8e534d836e454761beb1905e5 Mon Sep 17 00:00:00 2001 From: Sergey Bobrenok Date: Fri, 18 Nov 2022 14:22:09 +0300 Subject: Enable vendor variant of libgif static library Some vendors are using GIF as a portable format to store simple small animations (e.g. led patterns). This patch allows them to link statically with AOSP version of giflib instead of creating their own forks. Test: make libgif.vendor Signed-off-by: Sergey Bobrenok Change-Id: I6b9c1c5d550a0608df1006937a546f18ca23d8e9 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 118c121..afd0414 100644 --- a/Android.bp +++ b/Android.bp @@ -39,4 +39,6 @@ cc_library_static { ], export_include_dirs: ["."], + + vendor_available: true, } -- cgit v1.2.3