forked from openkylin/platform_build
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:
parent
157fbf771b
commit
bb426739ce
|
@ -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 :=
|
||||||
|
|
Loading…
Reference in New Issue