From 745eb589234bac233ce62a612771b77eddbb3b89 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 22 Jul 2014 12:27:43 -0700 Subject: Build against the NDK libraries. That way you don't have dependency on the platform libraries, which in turn depends on things like libcompiler_rt-extras, which isn't exposed to apps_only build. Bug: 16398512 Change-Id: Ie7cf54c97c57b13e82c1891970eb3731a68ae075 --- Android.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 52d45ba6b..3d5663e6b 100644 --- a/Android.mk +++ b/Android.mk @@ -41,8 +41,6 @@ LOCAL_MULTILIB := 32 include $(BUILD_PACKAGE) -include $(call all-makefiles-under, jni) - ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),) # Use the following include to make gallery test apk -- cgit v1.2.3