| commit | a3fb1588f40a0a57350553c1a1afa4dd481438d9 | [log] [tgz] |
|---|---|---|
| author | Jiyong Park <jiyong@google.com> | Wed Aug 16 18:28:12 2017 +0900 |
| committer | Jiyong Park <jiyong@google.com> | Tue Oct 10 19:38:06 2017 +0900 |
| tree | 662b37ab3296d42ec9e0a3aefef57dd7f228c105 | |
| parent | 0c0e2b0779287601262c61f75a048aaa12a19b2a [diff] |
Prevent vendor libs from depending on private VNDK libraries For module installed to /vendor partition, direct linking to the libs marked as `vendor_available: false` is not allowed. The Bug: 64730695 Test: Add vendor_available: false to libft2 and libcompiler_rt. Add the two libs into LOCAL_SHARED_LIBRARIES of a vendor lib (e.g. libdrm). Build fails with the link_type check error message. Change-Id: Iaf23574ceddb0c087111e1d95997e9ddd60cdf87