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

Commit

Permalink
Update BUCK to generate BuildConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
jasleensingh committed Mar 16, 2015
1 parent a04b1e2 commit 193d749
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shimmer-android/BUCK
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
android_build_config(
name = 'build_config',
package = 'com.facebook.shimmer',
)

android_resource(
name = 'res',
res = 'src/main/res',
Expand All @@ -8,7 +13,7 @@ android_resource(
android_library(
name = 'src',
srcs = glob(['src/main/java/**/*.java']),
deps = [':res'],
deps = [':res', ':build_config'],
visibility = ['PUBLIC'],
)

Expand Down

0 comments on commit 193d749

Please sign in to comment.