Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Android: Replaced spaces with tab in Android.mk file.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Android.mk
|
@@ -44,7 +44,7 @@ LOCAL_SRC_FILES := \ |
|
|
$(wildcard $(LOCAL_PATH)/src/timer/unix/*.c) \ |
|
|
$(wildcard $(LOCAL_PATH)/src/video/*.c) \ |
|
|
$(wildcard $(LOCAL_PATH)/src/video/android/*.c) \ |
|
|
$(wildcard $(LOCAL_PATH)/src/test/*.c)) |
|
|
$(wildcard $(LOCAL_PATH)/src/test/*.c)) |
|
|
|
|
|
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES |
|
|
LOCAL_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -llog -landroid |
|
|