diff options
| -rw-r--r-- | apct-tests/perftests/core/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apct-tests/perftests/core/Android.mk b/apct-tests/perftests/core/Android.mk index 75cb229e36d6..b7b87dda1957 100644 --- a/apct-tests/perftests/core/Android.mk +++ b/apct-tests/perftests/core/Android.mk @@ -22,6 +22,8 @@ LOCAL_JNI_SHARED_LIBRARIES := libperftestscore_jni # Use google-fonts/dancing-script for the performance metrics LOCAL_ASSET_DIR := $(TOP)/external/google-fonts/dancing-script +LOCAL_COMPATIBILITY_SUITE += device-tests + include $(BUILD_PACKAGE) include $(call all-makefiles-under, $(LOCAL_PATH)) |