Skip to content

Commit 37e22ba

Browse files
EricGriffithmeta-codesync[bot]
authored andcommitted
Add missing oncall() declarations to soloader, conductor, and libpolarble BUCK files
Summary: These BUCK files use fb_native rules that now enforce oncall via _consume_oncall_and_feature. Without oncall() declarations, they fail with "Missing oncall" errors. - fbandroid/libraries/soloader: android_systems_reliability - fbandroid/apps/study/libs/conductor: android_devxx - fbandroid/.../libpolarble: milanda_mobile ___ overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: ar_engine_graphics Differential Revision: D100111391 fbshipit-source-id: 9a35fcd5be1c5c7d5be1f9afc146eb2fa1bb19fd
1 parent 6684e53 commit 37e22ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BUCK

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
load("//tools/build_defs/oss:soloader_defs.bzl", "android_aar", "export_file")
22

3+
oncall("android_systems_reliability")
4+
35
android_aar(
46
name = "soloader",
57
manifest_skeleton = "AndroidManifestSkeleton.xml",

0 commit comments

Comments
 (0)