Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67ee73c5 authored by Roland Levillain's avatar Roland Levillain Committed by android-build-merger
Browse files

Merge "Revert "Pass public API list to class2greylist tool.""

am: 3f3505ca

Change-Id: I0d92a1748c4c51f0c8a19b543284ac9c49795ed5
parents b7501daf 3f3505ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2875,8 +2875,8 @@ endef

# 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): \