From feba090e5fba2884adeee4787964b7854d34830d Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 18 Dec 2012 16:30:47 -0800 Subject: [PATCH] Add 'jni' to documention for ndk-build ndk-build is intended to be launched from the application directory, not the jni directory. Clarify the path in the comments. Change-Id: Ie0faa89a13d967088a4fd2fd1c647962a9c04217 --- build/make/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/Android.mk b/build/make/Android.mk index d54639aa6..c6b9cf936 100644 --- a/build/make/Android.mk +++ b/build/make/Android.mk @@ -27,7 +27,7 @@ # Android.mk file in the libvpx directory: # LOCAL_PATH := $(call my-dir) # include $(CLEAR_VARS) -# include libvpx/build/make/Android.mk +# include jni/libvpx/build/make/Android.mk # # There are currently two TARGET_ARCH_ABI targets for ARM. # armeabi and armeabi-v7a. armeabi-v7a is selected by creating an -- 2.50.1