commit | bdfd395e473c1195d47a77735460ef17644a34b7 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Fri Mar 24 21:46:51 2017 -0700 |
committer | Dan Shi <dshi@google.com> | Mon Mar 27 23:23:11 2017 -0700 |
tree | c20c29402fec52628c0a31b7a2a345333bbef2da | |
parent | e929507fe24a66f10ec1ecdd4974ff92fd849979 [diff] [blame] |
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
diff --git a/init/Android.mk b/init/Android.mk index b52c949..c65fd72 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -129,6 +129,7 @@ # ========================================================= include $(CLEAR_VARS) LOCAL_MODULE := init_tests +LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_SRC_FILES := \ init_parser_test.cpp \ property_service_test.cpp \