1
0
mirror of https://github.com/ioacademy-jikim/android_framwork synced 2025-06-07 16:06:29 +00:00
ioacademy-jikim 96638c8b17 10
2018-06-15 13:46:18 +09:00

9 lines
138 B
Plaintext

cc_binary {
name: "my_ipc",
shared_libs: ["liblog", "libutils", "libbinder"],
srcs: [
"IPCThreadState.cpp",
],
}