shithub: openh264

ref: ed499b9f93a4d4ae21ac4ab7b8d18ca25f703626
dir: /codec/build/android/dec/jni/Android.mk/

View raw version
## 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)

# Step3
#Generate the libwelsdecdemo.so file
include $(LOCAL_PATH)/welsdecdemo.mk
LOCAL_PATH := $(MY_LOCAL_PATH)