aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..3b7ce4e
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,20 @@
+cc_library_static {
+ name: "libwuffs_mirror_release_c",
+ export_include_dirs: ["release/c"],
+ cflags: [
+ "-DWUFFS_IMPLEMENTATION",
+ "-DWUFFS_CONFIG__MODULES",
+ "-DWUFFS_CONFIG__MODULE__BASE",
+ "-DWUFFS_CONFIG__MODULE__GIF",
+ "-DWUFFS_CONFIG__MODULE__LZW",
+ ],
+ srcs: [
+ "release/c/wuffs-v0.3.c",
+ ],
+ host_supported: true,
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
+}