ref: 6bf7ad4e2bb75af219d25bf8523a5677cdcf1c69
parent: b4c8f6b778ff0dd3102f9fdd1737dcf80d5ffe06
author: zhuling13 <zhulingwei2012@gmail.com>
date: Wed Jun 4 14:23:19 EDT 2014
and space to colon, modify bad note
--- a/Makefile
+++ b/Makefile
@@ -102,9 +102,8 @@
all: libraries binaries
clean:
-
ifeq (android,$(OS))
-clean:clean_Android
+clean: clean_Android
endif
$(QUIET)rm -f $(OBJS) $(OBJS:.$(OBJ)=.d) $(LIBRARIES) $(BINARIES)
@@ -189,7 +188,7 @@
codec_unittest$(EXEEXT):$(LIBPREFIX)ut.$(SHAREDLIBSUFFIX)
cd ./test/build/android && $(NDKROOT)/ndk-build -B APP_ABI=$(APP_ABI) && android update project -t $(TARGET) -p . && ant debug
-clean_Android:clean_Android_ut
+clean_Android: clean_Android_ut
clean_Android_ut:
cd ./test/build/android && $(NDKROOT)/ndk-build APP_ABI=$(APP_ABI) clean && ant clean
--- a/build/platform-android.mk
+++ b/build/platform-android.mk
@@ -56,7 +56,7 @@
encdemo: libraries
cd ./codec/build/android/enc && $(NDKROOT)/ndk-build -B APP_ABI=$(APP_ABI) && android update project -t $(TARGET) -p . && ant debug
-clean_Android:clean_Android_dec clean_Android_enc
+clean_Android: clean_Android_dec clean_Android_enc
clean_Android_dec:
cd ./codec/build/android/dec && $(NDKROOT)/ndk-build APP_ABI=$(APP_ABI) clean && ant clean
--- a/codec/build/android/enc/jni/welsencdemo.mk
+++ b/codec/build/android/enc/jni/welsencdemo.mk
@@ -1,4 +1,4 @@
-# Generate the libwelsdecdemo.so file
+# Generate the libwelsencdemo.so file
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
--- a/test/build/android/jni/Android.mk
+++ b/test/build/android/jni/Android.mk
@@ -1,4 +1,4 @@
-# Generate the libwelsdecdemo.so file
+# Generate the libutdemo.so file
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)