Merge "Don't install unnecessary VNDK libs"
This commit is contained in:
commit
2fdf9da669
1 changed files with 4 additions and 0 deletions
|
|
@ -19,4 +19,8 @@ cc_library {
|
|||
"-fvisibility=hidden",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
required: [
|
||||
"llndk.libraries.txt",
|
||||
"vndksp.libraries.txt",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue