Skip to content

Commit

Permalink
target_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Koroskin committed Mar 1, 2019
0 parents commit 65fc5b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions target_cpu/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package(default_visibility = ["//visibility:public"])

config_setting(
name = "arm64-v8a",
values = {
"cpu": "arm64-v8a",
},
)

config_setting(
name = "armeabi-v7a",
values = {
"cpu": "armeabi-v7a",
},
)

0 comments on commit 65fc5b4

Please sign in to comment.