diff --git a/samples/ApiDemos/Android.mk b/samples/ApiDemos/Android.mk index fedf65a10..1d2d1526a 100644 --- a/samples/ApiDemos/Android.mk +++ b/samples/ApiDemos/Android.mk @@ -20,6 +20,8 @@ LOCAL_SDK_VERSION := current LOCAL_DEX_PREOPT := false +LOCAL_COMPATIBILITY_SUITE := device-tests + include $(BUILD_PACKAGE) # Use the folloing include to make our test apk.