summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Cheng <kevcheng@google.com>2018-02-15 07:58:28 -0800
committerKevin Cheng <kevcheng@google.com>2018-02-15 12:11:47 -0800
commitd0e9964e2bdf87393c70b3a060769e1fa9c4b699 (patch)
treef14ecb79b6cebc356662834f6c46cf633ede4d54
parent71a653da9cba35d223ad615a3bc0e25dba542fc9 (diff)
downloadmisc-d0e9964e2bdf87393c70b3a060769e1fa9c4b699.tar.gz
Update LOCAL_MODULE_CLASS from FAKE to ROBOLECTRIC.
Bug: 73345500 Test: Rebuild module-info.json and see roboelectric targets with ROBOELECTRIC class and tests still build/pass. Change-Id: I928a9e422623ab0bab5bec3825f958a8a5706ee7
-rw-r--r--common/robolectric/3.6.1/run_robotests.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/robolectric/3.6.1/run_robotests.mk b/common/robolectric/3.6.1/run_robotests.mk
index 584519bb..121c9508 100644
--- a/common/robolectric/3.6.1/run_robotests.mk
+++ b/common/robolectric/3.6.1/run_robotests.mk
@@ -67,7 +67,7 @@ my_instrument_source_dirs := $(if $(LOCAL_INSTRUMENT_SOURCE_DIRS),\
# Used by base_rules.mk. #
##########################
-LOCAL_MODULE_CLASS := FAKE
+LOCAL_MODULE_CLASS := ROBOLECTRIC
# This is actually a phony target that is never built.
LOCAL_BUILT_MODULE_STEM := test.fake
# Since it is not built, it cannot be installed. But we will define our own