diff --git a/base/BUILD.gn b/base/BUILD.gn index c9359e1d228cc2bf879237c74fca7826a268cf68..318bbe7372eb540042eee5efddd3e93d19abdf02 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -23,9 +23,6 @@ config("utils_config") { if (current_os == "mingw") { cflags += [ "-Wno-error=inconsistent-dllimport" ] } - if (target_cpu == "arm") { - cflags += [ "-DBINDER_IPC_32BIT" ] - } } config("static_utils_config") {