Merge "Add arm64 source to linker_wrapper"

This commit is contained in:
Treehugger Robot 2020-09-22 04:23:45 +00:00 committed by Gerrit Code Review
commit 0a12075ca4

View file

@ -39,6 +39,9 @@ cc_object {
"linker_wrapper.cpp",
],
arch: {
arm64: {
srcs: ["arch/arm64/begin.S"],
},
x86_64: {
srcs: ["arch/x86_64/begin.S"],
},