Index: platform_tools/android/gyp_gen/makefile_writer.py |
diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py |
index f4cdbef44dd352ef7fce07d7bcf202046961db0a..1b977ca1e65efd323d36a57a91156d010e28d5a1 100644 |
--- a/platform_tools/android/gyp_gen/makefile_writer.py |
+++ b/platform_tools/android/gyp_gen/makefile_writer.py |
@@ -195,11 +195,6 @@ def write_android_mk(target_dir, common, deviations_from_common): |
f.write('\tLOCAL_CFLAGS += -DNO_FALLBACK_FONT\n') |
f.write('endif\n\n') |
- f.write('ifeq ($(TARGET_ARCH),arm64)\n') |
- f.write(' $(warning TODOArm64: Unlike arm32, arm64 has no inline' |
- ' assembly for performance critical code.)\n') |
- f.write('endif\n\n') |
- |
write_local_vars(f, common, False, None) |
for data in deviations_from_common: |