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:
commit
b773ec60ab
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user