Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
Reviewed By: yukonfb

Differential Revision: D35836980

fbshipit-source-id: 18ecb9614030bd7ce1a01fef6ec670e8bbff5bf6
  • Loading branch information
aandreyeu authored and facebook-github-bot committed Apr 22, 2022
1 parent a1a7d0f commit 599ced2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Provides OSS compatibility layer with internal FB macros."""

def fb_xplat_cxx_library(name, **kwargs):
def fb_xplat_android_cxx_library(name, **kwargs):
"""Compatibility adapter for internal FB cxx_library macros."""

# Prune values specific to fb code
Expand Down

0 comments on commit 599ced2

Please sign in to comment.