Merge "Don't install unnecessary VNDK libs"

am: 2fdf9da669

Change-Id: Iac44f8662cd1d0adcfd11515945d678a9a82e346
This commit is contained in:
Jiyong Park 2018-01-04 13:39:07 +00:00 committed by android-build-merger
commit 3ef1ce174d
1 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,8 @@ cc_library {
"-fvisibility=hidden",
],
export_include_dirs: ["include"],
required: [
"llndk.libraries.txt",
"vndksp.libraries.txt",
],
}