From b73a7a2f4c94359af145c796dfe818f9ac84f542 Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Fri, 31 Mar 2017 23:07:09 -0700 Subject: [PATCH] Add ApiDemos to device-tests as it's needed by JankMicroBenchmarkTests Bug: 35882476 Test: local test make -j32 JankMicroBenchmarkTests ApiDemos && \ tradefed.sh run template/local --template:map test=JankMicroBenchmarkTests \ --test-tag testname --log-level-display VERBOSE Change-Id: I6d6eceaaefa1d78656630e950022e3b1636b6f05 --- samples/ApiDemos/Android.mk | 2 ++ 1 file changed, 2 insertions(+) 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.