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

Commit 54503fbe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add uses of hidden APIs from vendor apps" into pi-dev

parents 93c23595 873d1d30
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -868,8 +868,12 @@ include $(BUILD_STATIC_JAVA_LIBRARY)

$(eval $(call copy-one-file,frameworks/base/config/hiddenapi-blacklist.txt,\
                            $(INTERNAL_PLATFORM_HIDDENAPI_BLACKLIST)))
$(eval $(call copy-one-file,frameworks/base/config/hiddenapi-light-greylist.txt,\
                            $(INTERNAL_PLATFORM_HIDDENAPI_LIGHT_GREYLIST)))

# Temporarily merge light greylist from two files. Vendor list will become dark
# grey once we remove the UI toast.
$(INTERNAL_PLATFORM_HIDDENAPI_LIGHT_GREYLIST): frameworks/base/config/hiddenapi-light-greylist.txt \
                                               frameworks/base/config/hiddenapi-vendor-list.txt
	sort $^ > $@

# Generate dark greylist as private API minus (blacklist plus light greylist).

+552 −0

File added.

Preview size limit exceeded, changes collapsed.