Merge "Remove android.test.{mock,runner}.stubs from private-list.txt"
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk
index 6be6c17..e668248 100644
--- a/core/dex_preopt.mk
+++ b/core/dex_preopt.mk
@@ -97,9 +97,7 @@
# Public API stubs
HIDDENAPI_STUBS := \
$(call hiddenapi_stubs_jar,android_stubs_current) \
- $(call hiddenapi_stubs_jar,android.test.base.stubs) \
- $(call hiddenapi_stubs_jar,android.test.mock.stubs) \
- $(call hiddenapi_stubs_jar,android.test.runner.stubs)
+ $(call hiddenapi_stubs_jar,android.test.base.stubs)
# System API stubs
HIDDENAPI_STUBS += \