提交 e436c5d4 编写于 作者: L liangshenglin1
上级 d0ae8403
......@@ -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.
先完成此消息的编辑!
想要评论请 注册