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", )