3
0
Fork 0

Merge "[Ranging] Add framework-ranging to api build file" into main

This commit is contained in:
Shreshta Manu 2024-09-19 18:32:51 +00:00 committed by Gerrit Code Review
commit e2546e03cc
1 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,11 @@ combined_apis {
"framework-crashrecovery",
],
default: [],
}) + select(release_flag("RELEASE_RANGING_STACK"), {
true: [
"framework-ranging",
],
default: [],
}),
system_server_classpath: [
"service-art",