aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2018-08-01 15:24:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-01 15:24:09 +0000
commitcfe591c5656e356a3554b822df6eb2255318d024 (patch)
tree337b2d97203fd7fbaa6cd57a5b8618b4b0c5d7d2
parenta2b0e478d3c17744c81546b984e5268b1350a570 (diff)
parentbb5bf2e2a3e205d2452d7ca2bc2126105c6c069e (diff)
downloadbuild-cfe591c5656e356a3554b822df6eb2255318d024.tar.gz
Merge "Remove android.test.{mock,runner}.stubs from private-list.txt"
-rw-r--r--core/dex_preopt.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk
index 6be6c1782b..e668248bfc 100644
--- a/core/dex_preopt.mk
+++ b/core/dex_preopt.mk
@@ -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 += \