Expose starting_at_board_api to access_vectors
It is useful to call the starting_at_board_api macro in access_vectors,
when a new permission is added.
Update the order expected by Soong for the build files to accept
flagging_macros as the first entry (once processed by m4, it is expected
that this file only contains comments).
Guard the recently added checkpoint_restore and bpf permissions behind
the starting_at_board_api macro.
Test: build
Bug: 353121021
Change-Id: Ic26af97aa0c99e4166e993900e1645a7709d7904
diff --git a/flagging/Android.bp b/flagging/Android.bp
index 26e8989..268670c 100644
--- a/flagging/Android.bp
+++ b/flagging/Android.bp
@@ -55,5 +55,5 @@
filegroup {
name: "sepolicy_flagging_macros",
- srcs: ["te_macros"],
+ srcs: ["flagging_macros"],
}
diff --git a/flagging/te_macros b/flagging/flagging_macros
similarity index 100%
rename from flagging/te_macros
rename to flagging/flagging_macros