Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] #5456 - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivovandongen committed Jun 29, 2016
1 parent 7001585 commit 6321532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $(foreach abi,$(ANDROID_ABIS),$(eval $(call ANDROID_RULES,$(abi))))
android: android-arm-v7

test-android: android-test-lib-arm-v7
#TODO Decide where to place the class files and other tmp outputs
#TODO Decide where to place the class files and other tmp outputs
#Compile main sources and extract the classes (using the test app to get all transitive dependencies in one place)
cd platform/android && ./gradlew assembleDebug
unzip -o platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk classes.dex -d build
Expand Down
4 changes: 0 additions & 4 deletions platform/android/platform.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@
'<@(libjpeg-turbo_cflags)',
],

# 'cflags_cc': [
# '<@(jni.hpp_cflags)',
# ],

'link_settings': {
'libraries': [
'-llog',
Expand Down

0 comments on commit 6321532

Please sign in to comment.