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