commit | aee75f4429c6ea769c60f1aeaa5d078cffcd5c8d | [log] [tgz] |
---|---|---|
author | Copybara-Service <copybara-worker@google.com> | Fri Sep 18 10:51:37 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 18 10:51:37 2020 -0700 |
tree | ec81463331bddebd5e4b10e26d9c5d44902c4efa | |
parent | 7caa0ac1d349e8babcf54fcd0a35cb14c873d535 [diff] | |
parent | 3f5de2a3b40b0d8c26997851e3bb4c9fd53eecee [diff] |
Merge pull request #17 from QuantamHD:master PiperOrigin-RevId: 332482715 Change-Id: I7b6f0daf9c1a81e233e3a025a7d6e5ea45422aa4
diff --git a/cpu/BUILD b/cpu/BUILD index e06de69..2fed273 100644 --- a/cpu/BUILD +++ b/cpu/BUILD
@@ -26,6 +26,11 @@ ) constraint_value( + name = "armv6-m", # Commonly known as thumbv6 + constraint_setting = ":cpu", +) + +constraint_value( name = "arm64_32", constraint_setting = ":cpu", )