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

Commit 6639538f authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Pass public API list to class2greylist tool." am: edeab211

am: b7501daf

Change-Id: If40062d94456676239e80f53b3bbf06de32c81dc
parents e49dccef b7501daf
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)
	$(CLASS2GREYLIST) $(1) > $(2)
$(2): $(1) $(CLASS2GREYLIST) $(INTERNAL_PLATFORM_HIDDENAPI_PUBLIC_LIST)
	$(CLASS2GREYLIST) --public-api-list $(INTERNAL_PLATFORM_HIDDENAPI_PUBLIC_LIST) $(1) > $(2)

$(INTERNAL_PLATFORM_HIDDENAPI_LIGHT_GREYLIST): $(2)
$(INTERNAL_PLATFORM_HIDDENAPI_LIGHT_GREYLIST): \