summaryrefslogtreecommitdiffstats
path: root/samples/XmlAdapters
diff options
context:
space:
mode:
Diffstat (limited to 'samples/XmlAdapters')
-rw-r--r--samples/XmlAdapters/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/XmlAdapters/Android.mk b/samples/XmlAdapters/Android.mk
index 24a332740..3224bbead 100644
--- a/samples/XmlAdapters/Android.mk
+++ b/samples/XmlAdapters/Android.mk
@@ -10,7 +10,8 @@ LOCAL_PACKAGE_NAME := XmlAdaptersSample
LOCAL_PROGUARD_ENABLED := disabled
-include $(BUILD_PACKAGE)
+# XXX These APIs are not yet available in the platform.
+#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))