提交 bce5f517 编写于 作者: O openharmony_ci 提交者: Gitee

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

Merge pull request !22 from liangshenglin1/N/A
......@@ -31,9 +31,6 @@ config("ipc_util_config") {
if (is_double_framework) {
cflags = [ "-DCONFIG_DUAL_FRAMEWORK" ]
}
if (target_cpu == "arm") {
cflags += [ "-DBINDER_IPC_32BIT" ]
}
if (is_standard_system) {
cflags += [ "-DCONFIG_STANDARD_SYSTEM" ]
}
......
......@@ -19,9 +19,6 @@ DBINDER_ROOT = "$SUBSYSTEM_DIR/services/dbinder"
config("libdbinder_config") {
visibility = [ ":*" ]
cflags = []
if (target_cpu == "arm") {
cflags = [ "-DBINDER_IPC_32BIT" ]
}
if (is_standard_system) {
cflags += [ "-DCONFIG_STANDARD_SYSTEM" ]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册