From 562306ecd83526a81aed41ff1db2625d7d3ab271 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 27 Aug 2010 17:00:52 -0700 Subject: [PATCH] Fix build. Change-Id: Ic030f82e79981792dc3116d318e217ab81ecea3b --- samples/HeavyWeight/Android.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/HeavyWeight/Android.mk b/samples/HeavyWeight/Android.mk index c85626c7d..d791ae5b1 100644 --- a/samples/HeavyWeight/Android.mk +++ b/samples/HeavyWeight/Android.mk @@ -10,7 +10,8 @@ LOCAL_PACKAGE_NAME := HeavyWeight LOCAL_SDK_VERSION := current -include $(BUILD_PACKAGE) +# Currently doesn't build +#include $(BUILD_PACKAGE) # Use the following include to make our test apk. -include $(call all-makefiles-under,$(LOCAL_PATH)) +#include $(call all-makefiles-under,$(LOCAL_PATH))