Merge pull request #472 from mstorsjo/android-remove-mkdir-workaround

Remove a dubious/unnecessary workaround for an issue in a nonstandard toolchain
This commit is contained in:
Licai Guo 2014-03-11 17:30:00 +08:00
commit b773ec60ab
2 changed files with 0 additions and 8 deletions

View File

@ -1,9 +1,5 @@
## yongzxu: refine mk files for android platform
#To fix the bug that Intel NDK can't creat directory
$(shell mkdir -p $(TARGET_OBJS)/cpufeatures)
$(shell mkdir -p $(TARGET_OBJS)/welsdecdemo)
LOCAL_PATH := $(call my-dir)
MY_LOCAL_PATH := $(LOCAL_PATH)

View File

@ -1,9 +1,5 @@
## yongzxu: refine mk files for android platform
#To fix the bug that Intel NDK can't creat directory
$(shell mkdir -p $(TARGET_OBJS)/cpufeatures)
$(shell mkdir -p $(TARGET_OBJS)/welsdecdemo)
LOCAL_PATH := $(call my-dir)
MY_LOCAL_PATH := $(LOCAL_PATH)