1
0
mirror of https://github.com/ioacademy-jikim/android_framwork synced 2025-06-07 16:06:29 +00:00
ioacademy-jikim 46d02d8dd3 7
2018-06-14 15:59:12 +09:00

16 lines
283 B
Plaintext

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