Extend ValidateInterpreter with Android_Arm64 interpreter

PiperOrigin-RevId: 438325813
Change-Id: I13fc285f19ff333e56ef018a77ec5c789d8b09ff
pull/140/head
Oliver Kunz 2022-03-30 09:45:31 -07:00 committed by Copybara-Service
parent c1ac5c3833
commit ed853afbe5
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ absl::Status ValidateInterpreter(absl::string_view interpreter) {
"/lib64/ld64.so.2", // PPC64
"/lib/ld-linux-aarch64.so.1", // AArch64
"/lib/ld-linux-armhf.so.3", // Arm
"/system/bin/linker64", // android_arm64
};
if (!allowed_interpreters.contains(interpreter)) {