diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2018-08-20 17:15:07 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-08-21 18:49:53 +0200 |
commit | 724832ce5df2ed2aa84791d89fd3939d9a43d085 (patch) | |
tree | c10112f7067aaa955a5dde95622892b0356b9cdd /platform/android/scripts | |
parent | 0218c01095bf0109ae23e268553eb741fe887f28 (diff) | |
download | qtlocation-mapboxgl-724832ce5df2ed2aa84791d89fd3939d9a43d085.tar.gz |
[android] - example to render symbols offline with resources loaded from assets
Diffstat (limited to 'platform/android/scripts')
-rw-r--r-- | platform/android/scripts/exclude-activity-gen.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/scripts/exclude-activity-gen.json b/platform/android/scripts/exclude-activity-gen.json index 36d8d36e68..e4418bdc53 100644 --- a/platform/android/scripts/exclude-activity-gen.json +++ b/platform/android/scripts/exclude-activity-gen.json @@ -35,5 +35,6 @@ "SymbolGeneratorActivity", "TextureViewTransparentBackgroundActivity", "SimpleMapActivity", - "RenderTestActivity" + "RenderTestActivity", + "SymbolLayerActivity" ] |