mirror of
https://github.com/ioacademy-jikim/android_framwork
synced 2025-06-12 10:26:12 +00:00
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
cc_binary {
|
|
name: "my_server_cpp_2",
|
|
shared_libs: ["liblog", "libutils", "libbinder"],
|
|
srcs: [
|
|
"my_server.cpp",
|
|
],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "my_client_cpp_2",
|
|
shared_libs: ["liblog", "libutils", "libbinder"],
|
|
srcs: [
|
|
"my_client.cpp",
|
|
"ILedService.cpp",
|
|
],
|
|
}
|