Merge "Symbol files describing APIs across updatable components are reviewed"
This commit is contained in:
commit
fe13d497f4
2 changed files with 3 additions and 3 deletions
|
|
@ -46,19 +46,19 @@ cc_library {
|
|||
"libcgrouprc_format",
|
||||
],
|
||||
stubs: {
|
||||
symbol_file: "libcgrouprc.llndk.txt",
|
||||
symbol_file: "libcgrouprc.map.txt",
|
||||
versions: ["29"],
|
||||
},
|
||||
target: {
|
||||
linux: {
|
||||
version_script: "libcgrouprc.llndk.txt",
|
||||
version_script: "libcgrouprc.map.txt",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
llndk_library {
|
||||
name: "libcgrouprc.llndk",
|
||||
symbol_file: "libcgrouprc.llndk.txt",
|
||||
symbol_file: "libcgrouprc.map.txt",
|
||||
native_bridge_supported: true,
|
||||
export_include_dirs: [
|
||||
"include",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue