1
0
mirror of https://github.com/ioacademy-jikim/android_framwork synced 2025-06-07 16:06:29 +00:00
ioacademy-jikim 931b702e82 11
2018-06-15 15:44:42 +09:00

16 lines
285 B
Plaintext

cc_binary {
name: "my_server_ashmem",
shared_libs: ["liblog", "libutils", "libbinder"],
srcs: [
"my_server.cpp",
],
}
cc_binary {
name: "my_client_ashmem",
shared_libs: ["liblog", "libutils", "libbinder"],
srcs: [
"my_client.cpp",
],
}