Merge "Update robolectric references to android.jar."
diff --git a/common/robolectric/run_robotests.mk b/common/robolectric/run_robotests.mk
index b5b5306..26bfe15 100644
--- a/common/robolectric/run_robotests.mk
+++ b/common/robolectric/run_robotests.mk
@@ -190,7 +190,7 @@
         $(call intermediates-dir-for,APPS,$(lib),,COMMON)/classes-pre-proguard.jar)
 # The jars needed to run the tests.
 my_jars := $(my_robolectric_jars) \
-    prebuilts/sdk/$(LOCAL_SDK_VERSION)/android.jar \
+    $(call resolve-prebuilt-sdk-jar-path,$(LOCAL_SDK_VERSION)) \
     $(my_srcs_jars)