From de61120d1955f6542d5d8ce663ee607aa7557802 Mon Sep 17 00:00:00 2001 From: Peter Visontay Date: Thu, 4 Jan 2018 15:19:39 +0000 Subject: [PATCH] Add AndroidTest.xml for privacy tests. Test: atest FrameworksPrivacyLibraryTests Change-Id: I1db3c71a3ceec941dc1c2395868c6a9a449848d1 --- core/tests/privacytests/Android.mk | 3 +++ core/tests/privacytests/AndroidTest.xml | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 core/tests/privacytests/AndroidTest.xml diff --git a/core/tests/privacytests/Android.mk b/core/tests/privacytests/Android.mk index 7b112259c9d7a..7bba4179afa0b 100644 --- a/core/tests/privacytests/Android.mk +++ b/core/tests/privacytests/Android.mk @@ -13,4 +13,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := junit rappor-tests android-support-test LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_PACKAGE_NAME := FrameworksPrivacyLibraryTests +LOCAL_CERTIFICATE := platform +LOCAL_COMPATIBILITY_SUITE := device-tests + include $(BUILD_PACKAGE) diff --git a/core/tests/privacytests/AndroidTest.xml b/core/tests/privacytests/AndroidTest.xml new file mode 100644 index 0000000000000..a43f48eb6e685 --- /dev/null +++ b/core/tests/privacytests/AndroidTest.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file