Fix merge issue.

This commit is contained in:
Edward Chen 2020-04-21 03:44:44 +00:00
parent daa14b64e3
commit 87fad09c7b

View file

@ -307,7 +307,6 @@ def parse_arguments():
"--use_acl", nargs="?", const="ACL_1905",
choices=["ACL_1902", "ACL_1905", "ACL_1908"],
help="Build with ACL for ARM architectures.")
>>>>>>> origin/master
return parser.parse_args()