Export flags used in FlaggedApi annotations
Before calling a flagged API, client code must check the value of the flag
which gates it. Those flags must be exported in order to be accessible from
containers other than the container where the flag and the API are hosted.
Bug: 320984775
Bug: 322839671
Test: m all_aconfig_declarations
Test: printflags --format='{fully_qualified_name}:{is_exported}' | grep true
Ignore-AOSP-First: LSC
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:90f28bcc5bf344575537fa534951e610a9378aae)
Merged-In: Ibd955fac3c345639fe1b05cce84e7a0e9eb4f077
Change-Id: Ibd955fac3c345639fe1b05cce84e7a0e9eb4f077
Loading
Please register or sign in to comment