Merge "Remove android.test.{mock,runner}.stubs from private-list.txt"

am: cfe591c565

Change-Id: I202d1b478c8e5e3022fc3bd64ef272bd1032e217
This commit is contained in:
David Brazdil
2018-08-01 08:34:56 -07:00
committed by android-build-merger

View File

@@ -97,9 +97,7 @@ hiddenapi_stubs_jar = $(call intermediates-dir-for,JAVA_LIBRARIES,$(1),,COMMON)/
# 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 += \