summaryrefslogtreecommitdiff
path: root/platform/android/platform.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/platform.gyp')
-rw-r--r--platform/android/platform.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/android/platform.gyp b/platform/android/platform.gyp
index 171fc0b51a..cd49dc25d8 100644
--- a/platform/android/platform.gyp
+++ b/platform/android/platform.gyp
@@ -27,11 +27,22 @@
'sources': [
'src/native_map_view.cpp',
'src/jni.cpp',
+ 'src/java_types.cpp',
'src/attach_env.cpp',
'src/log_android.cpp',
'src/http_file_source.cpp',
'src/asset_file_source.cpp',
'src/thread.cpp',
+ 'src/style/value.cpp',
+ 'src/style/sources/sources.cpp',
+ 'src/style/layers/layers.cpp',
+ 'src/style/layers/layer.cpp',
+ 'src/style/layers/background_layer.cpp',
+ 'src/style/layers/circle_layer.cpp',
+ 'src/style/layers/fill_layer.cpp',
+ 'src/style/layers/line_layer.cpp',
+ 'src/style/layers/raster_layer.cpp',
+ 'src/style/layers/symbol_layer.cpp',
'../default/string_stdlib.cpp',
'../default/image.cpp',
'../default/png_reader.cpp',
@@ -50,6 +61,7 @@
'cflags_cc': [
'<@(boost_cflags)',
+ '<@(geojson_cflags)',
'<@(rapidjson_cflags)',
'<@(nunicode_cflags)',
'<@(sqlite_cflags)',
@@ -79,6 +91,7 @@
'<@(libpng_ldflags)',
'<@(libjpeg-turbo_static_libs)',
'<@(libjpeg-turbo_ldflags)',
+ '<@(geojson_static_libs)'
],
},
},