Clear local robolectric testing variables

This prevents them from mistakenly bleeding between test targets.

Bug: 72384841
Test: make Run_TeleService_robotests
Change-Id: Ie2c047be1450420f8e27b8b45e9416e96b477b45
This commit is contained in:
James Lemieux 2018-01-28 02:40:51 -08:00 committed by Hall Liu
parent 157fbf771b
commit bb426739ce
1 changed files with 7 additions and 0 deletions

View File

@ -435,6 +435,13 @@ LOCAL_STATIC_LIBRARIES_64:=
LOCAL_WHOLE_STATIC_LIBRARIES_32:= LOCAL_WHOLE_STATIC_LIBRARIES_32:=
LOCAL_WHOLE_STATIC_LIBRARIES_64:= LOCAL_WHOLE_STATIC_LIBRARIES_64:=
# Robolectric variables
LOCAL_INSTRUMENT_SOURCE_DIRS :=
LOCAL_ROBOTEST_FAILURE_FATAL :=
LOCAL_ROBOTEST_FILES :=
LOCAL_ROBOTEST_TIMEOUT :=
LOCAL_TEST_PACKAGE :=
# Aux specific variables # Aux specific variables
LOCAL_AUX_ARCH := LOCAL_AUX_ARCH :=
LOCAL_AUX_CPU := LOCAL_AUX_CPU :=