Remove static vndk dep from vendor modules

Shared VNDK should be used instead for vendor modules.

Bug: 137178339
Test: m
Test: run property_info_checker on host
Change-Id: I40672d0f6251148915f9ae2e2a14f291d9c2b6c5
This commit is contained in:
Inseob Kim 2019-09-20 15:28:25 +09:00
parent 08c4133c91
commit c8f80ffe0d

View file

@ -10,6 +10,8 @@ cc_defaults {
],
static_libs: [
"libpropertyinfoparser",
],
shared_libs: [
"libbase",
],
}