1
0
mirror of https://github.com/ioacademy-jikim/android_framwork synced 2025-06-18 21:36:29 +00:00
ioacademy-jikim f25774ff2e 4
2018-06-14 11:35:54 +09:00

8 lines
113 B
Plaintext

cc_binary {
name: "my_sp",
shared_libs: ["liblog", "libutils"],
srcs: [
"sp_1.cpp",
],
}