From bdfd395e473c1195d47a77735460ef17644a34b7 Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Fri, 24 Mar 2017 21:46:51 -0700 Subject: [PATCH] Add test config to init_tests Details about test configs changes are tracked in doc https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit# Bug: 35882476 Test: local test Change-Id: Ia5ee3b99201e399aa880b77c01a84b6f6650607c --- init/Android.mk | 1 + init/AndroidTest.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 init/AndroidTest.xml diff --git a/init/Android.mk b/init/Android.mk index b52c9493f..c65fd72fe 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -129,6 +129,7 @@ include $(BUILD_EXECUTABLE) # ========================================================= include $(CLEAR_VARS) LOCAL_MODULE := init_tests +LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_SRC_FILES := \ init_parser_test.cpp \ property_service_test.cpp \ diff --git a/init/AndroidTest.xml b/init/AndroidTest.xml new file mode 100644 index 000000000..3de69edb4 --- /dev/null +++ b/init/AndroidTest.xml @@ -0,0 +1,26 @@ + + + + + +