!10 【轻量级 PR】:[Lightweight PR]: remove macro BINDER_IPC_32BIT

Merge pull request !10 from liangshenglin1/N/A
This commit is contained in:
openharmony_ci
2021-09-09 12:24:23 +00:00
committed by Gitee
-3
View File
@@ -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") {