Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 28f003a

Browse files
authored
Remove style templates and generator. (#512)
1 parent 735dff5 commit 28f003a

File tree

8 files changed

+0
-1473
lines changed

8 files changed

+0
-1473
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ MBGL_ANDROID_GRADLE = ./gradlew --parallel --max-workers=$(JOBS) -Pmapbox.buildt
5050
# Some devices return \r\n, so we'll have to remove the carriage return before concatenating.
5151
MBGL_ANDROID_ACTIVE_ARCHS = $(shell adb devices | sed '1d;/^\*/d;s/[[:space:]].*//' | xargs -n 1 -I DEV `type -P adb` -s DEV shell getprop ro.product.cpu.abi | tr -d '\r')
5252

53-
# Generate code based on the style specification
54-
.PHONY: android-style-code
55-
android-style-code:
56-
node scripts/generate-style-code.js
57-
style-code: android-style-code
58-
5953
# Configuration file for running CMake from Gradle within Android Studio.
6054
gradle/configuration.gradle:
6155
@printf "ext {\n node = '`command -v node || command -v nodejs`'\n npm = '`command -v npm`'\n ccache = '`command -v ccache`'\n}" > $@

MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/layers/layer.java.ejs

Lines changed: 0 additions & 262 deletions
This file was deleted.

MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/layers/property.java.ejs

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)