upload android base code part6
This commit is contained in:
parent
421e214c7d
commit
4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions
30
android/system/core/libsysutils/Android.bp
Normal file
30
android/system/core/libsysutils/Android.bp
Normal file
|
@ -0,0 +1,30 @@
|
|||
cc_library_shared {
|
||||
name: "libsysutils",
|
||||
vendor_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
srcs: [
|
||||
"src/SocketListener.cpp",
|
||||
"src/FrameworkListener.cpp",
|
||||
"src/NetlinkListener.cpp",
|
||||
"src/NetlinkEvent.cpp",
|
||||
"src/FrameworkCommand.cpp",
|
||||
"src/SocketClient.cpp",
|
||||
"src/ServiceManager.cpp",
|
||||
],
|
||||
|
||||
logtags: ["EventLogTags.logtags"],
|
||||
|
||||
cflags: ["-Werror"],
|
||||
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libnl",
|
||||
],
|
||||
|
||||
export_include_dirs: ["include"],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue