Skip to content

Commit

Permalink
android/jni/JC1Codec.mk: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ntbps committed Oct 29, 2019
1 parent 24a622f commit bc53699
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion JC1_SDK_SRC_ARM/build/android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ LOCAL_PATH := $(call my-dir)
MY_PATH := $(call my-dir)

# libJC1Codec

include $(MY_PATH)/JC1Codec.mk
3 changes: 0 additions & 3 deletions JC1_SDK_SRC_ARM/build/android/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
STLPORT_FORCE_REBUILD := false
# APP_STL := stlport_static
# APP_STL := c++_static
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_PLATFORM := android-19
APP_CPPFLAGS += -fvisibility=hidden
Expand Down
1 change: 0 additions & 1 deletion JC1_SDK_SRC_FLP/build/android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ LOCAL_PATH := $(call my-dir)
MY_PATH := $(call my-dir)

# libJC1Codec

include $(MY_PATH)/JC1Codec.mk
2 changes: 0 additions & 2 deletions JC1_SDK_SRC_FLP/build/android/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
STLPORT_FORCE_REBUILD := false
APP_PLATFORM := android-19
# APP_STL := stlport_static
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64

0 comments on commit bc53699

Please sign in to comment.