Skip to content
Snippets Groups Projects
Commit c92872e3 authored by Yahav Nussbaum's avatar Yahav Nussbaum Committed by Gerrit Code Review
Browse files

Merge "Move Nearby flags to common and add specify it in java_sdk_library" into main

parents f54f07db 259be7bd
No related branches found
No related tags found
No related merge requests found
......@@ -21,3 +21,11 @@ aconfig_declarations {
srcs: ["flags.aconfig"],
visibility: ["//packages/modules/Connectivity:__subpackages__"],
}
aconfig_declarations {
name: "nearby_flags",
package: "com.android.nearby.flags",
container: "system",
srcs: ["nearby_flags.aconfig"],
visibility: ["//packages/modules/Connectivity:__subpackages__"],
}
File moved
......@@ -197,6 +197,7 @@ java_sdk_library {
],
aconfig_declarations: [
"com.android.net.flags-aconfig",
"nearby_flags",
],
}
......
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