Skip to content

Commit

Permalink
Add GMSCore as a build_test target
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Apr 16, 2018
1 parent 83f3b40 commit ba4ce51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
load("@gmaven_rules//:defs.bzl", "gmaven_artifact")

android_binary(
name = 'app',
manifest = 'AndroidManifest.xml',
custom_package = 'com.example.foo',
multidex = 'native',
deps = [
'@com_android_support_design_27_0_1//aar',
gmaven_artifact("com.google.android.gms:play-services:aar:12.0.0"),
],
)

0 comments on commit ba4ce51

Please sign in to comment.