Skip to content
Snippets Groups Projects
Commit 55c26d3f authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

framework-nfc: add aconfig_declarations block

Add missing aconfig_declarations block to the framework-nfc
java_sdk_library soong module. Without this, soong doesn't know which
flags to tell metalava to retain, and metalava will effectively revert
all API changes in framework-nfc, even if the @FlaggedApi flag is
enabled.

Bug: 328923659
Test: TreeHugger
Merged-In: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
Change-Id: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
parent 2381575a
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,9 @@ java_sdk_library {
lint: {
strict_updatability_linting: true,
},
aconfig_declarations: [
"android.nfc.flags-aconfig",
],
}
filegroup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment