diff options
| -rw-r--r-- | services/core/Android.bp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/services/core/Android.bp b/services/core/Android.bp index 22763f1cf729..1f22f086284c 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -283,10 +283,7 @@ java_genrule_combiner { java_library { name: "services.core", - static_libs: select(release_flag("RELEASE_SERVICES_JAVA_GENRULE_COMBINER"), { - true: ["services.core.combined"], - default: ["services.core.priorityboosted"], - }), + static_libs: ["services.core.combined"], } java_library_host { |