summaryrefslogtreecommitdiffstats
path: root/variablespeed/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'variablespeed/Android.mk')
-rw-r--r--variablespeed/Android.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/variablespeed/Android.mk b/variablespeed/Android.mk
index d5acbe0..32758a8 100644
--- a/variablespeed/Android.mk
+++ b/variablespeed/Android.mk
@@ -33,8 +33,5 @@ LOCAL_SRC_FILES := \
include $(BUILD_STATIC_JAVA_LIBRARY)
-# Build the native code, library.
-
-include $(CLEAR_VARS)
-
-include $(LOCAL_PATH)/jni/Android.mk
+# Build the native code library and tests.
+include $(call all-makefiles-under, $(LOCAL_PATH))