Skip to content

Commit

Permalink
Use fb_android_library instead of android_library.
Browse files Browse the repository at this point in the history
Summary: https://our.intern.facebook.com/intern/dex/buck/python-to-skylark/

Reviewed By: adamjernst

Differential Revision: D7082249

fbshipit-source-id: 5a79363651b14d3086759057fb812c9747ee46f9
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Feb 26, 2018
1 parent 86ecedb commit 915816d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LITHO_DEFS
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ def fb_android_resource(**kwargs):
def fb_java_library(**kwargs):
"""Delegates to native java_library rule."""
java_library(**kwargs)

def fb_android_library(**kwargs):
"""Delegates to native android_library rule."""
android_library(**kwargs)

0 comments on commit 915816d

Please sign in to comment.