commit | a86b80567a5265e8ed10e7a6918c951b2a457ceb | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Fri Aug 10 17:55:07 2018 +0000 |
committer | Roland Levillain <rpl@google.com> | Fri Aug 10 17:55:07 2018 +0000 |
tree | fa64fc50724a5d5ded4d76c65d7ed558ac5be459 | |
parent | 9f46a30e292d7bac5cc4ebae72ca1ada5651c5f6 [diff] |
Revert "Pass public API list to class2greylist tool." This reverts commit 9f46a30e292d7bac5cc4ebae72ca1ada5651c5f6. Reason for revert: This change breaks the ART Buildbot (see https://build.chromium.org/p/client.art/builders/angler-armv7-ndebug/builds/2045/steps/build%20target/logs/stdio). Bug: 110868826 Change-Id: I78efb71738f191b432b271f723ac83e4f02e6a0d
diff --git a/core/definitions.mk b/core/definitions.mk index 35bf1ec..291441b 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -2875,8 +2875,8 @@ # Generate a greylist.txt from a classes.jar define hiddenapi-generate-greylist-txt -$(2): $(1) $(CLASS2GREYLIST) $(INTERNAL_PLATFORM_HIDDENAPI_PUBLIC_LIST) - $(CLASS2GREYLIST) --public-api-list $(INTERNAL_PLATFORM_HIDDENAPI_PUBLIC_LIST) $(1) > $(2) +$(2): $(1) $(CLASS2GREYLIST) + $(CLASS2GREYLIST) $(1) > $(2) $(INTERNAL_PLATFORM_HIDDENAPI_LIGHT_GREYLIST): $(2) $(INTERNAL_PLATFORM_HIDDENAPI_LIGHT_GREYLIST): \