Merge "Make the connection between implementation and llndk_library explicit" am: b527e66392 am: 656f97cf61
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1466034 Change-Id: Ic800538d64dcebf791192c949d9bd3c9b584d8cf
This commit is contained in:
commit
561f665302
3 changed files with 6 additions and 3 deletions
|
|
@ -22,6 +22,7 @@ cc_library {
|
||||||
// defined below. The static library is built for tests.
|
// defined below. The static library is built for tests.
|
||||||
vendor_available: false,
|
vendor_available: false,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
|
llndk_stubs: "libcgrouprc.llndk",
|
||||||
srcs: [
|
srcs: [
|
||||||
"cgroup_controller.cpp",
|
"cgroup_controller.cpp",
|
||||||
"cgroup_file.cpp",
|
"cgroup_file.cpp",
|
||||||
|
|
@ -54,7 +55,7 @@ cc_library {
|
||||||
}
|
}
|
||||||
|
|
||||||
llndk_library {
|
llndk_library {
|
||||||
name: "libcgrouprc",
|
name: "libcgrouprc.llndk",
|
||||||
symbol_file: "libcgrouprc.llndk.txt",
|
symbol_file: "libcgrouprc.llndk.txt",
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
export_include_dirs: [
|
export_include_dirs: [
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ cc_library {
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
defaults: ["libsync_defaults"],
|
defaults: ["libsync_defaults"],
|
||||||
|
llndk_stubs: "libsync.llndk",
|
||||||
stubs: {
|
stubs: {
|
||||||
symbol_file: "libsync.map.txt",
|
symbol_file: "libsync.map.txt",
|
||||||
versions: [
|
versions: [
|
||||||
|
|
@ -34,7 +35,7 @@ cc_library {
|
||||||
}
|
}
|
||||||
|
|
||||||
llndk_library {
|
llndk_library {
|
||||||
name: "libsync",
|
name: "libsync.llndk",
|
||||||
symbol_file: "libsync.map.txt",
|
symbol_file: "libsync.map.txt",
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libvndksupport",
|
name: "libvndksupport",
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
|
llndk_stubs: "libvndksupport.llndk",
|
||||||
srcs: ["linker.cpp"],
|
srcs: ["linker.cpp"],
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
|
|
@ -20,7 +21,7 @@ cc_library {
|
||||||
}
|
}
|
||||||
|
|
||||||
llndk_library {
|
llndk_library {
|
||||||
name: "libvndksupport",
|
name: "libvndksupport.llndk",
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
symbol_file: "libvndksupport.map.txt",
|
symbol_file: "libvndksupport.map.txt",
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue