mirror of
https://github.com/encounter/SDL.git
synced 2025-12-14 23:56:19 +00:00
revert executable permissions from Android.mk
This commit is contained in:
3
Android.mk
Executable file → Normal file
3
Android.mk
Executable file → Normal file
@@ -75,7 +75,6 @@ LOCAL_CFLAGS += \
|
|||||||
-Wstrict-prototypes \
|
-Wstrict-prototypes \
|
||||||
-Wkeyword-macro \
|
-Wkeyword-macro \
|
||||||
|
|
||||||
|
|
||||||
# Warnings we haven't fixed (yet)
|
# Warnings we haven't fixed (yet)
|
||||||
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-sign-compare
|
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-sign-compare
|
||||||
|
|
||||||
@@ -91,6 +90,7 @@ LOCAL_STATIC_LIBRARIES := cpufeatures
|
|||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
#
|
#
|
||||||
# SDL static library
|
# SDL static library
|
||||||
@@ -109,6 +109,7 @@ LOCAL_EXPORT_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -llog -landroid
|
|||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
#
|
#
|
||||||
# SDL main static library
|
# SDL main static library
|
||||||
|
|||||||
Reference in New Issue
Block a user