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))