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:
parent
08c4133c91
commit
c8f80ffe0d
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ cc_defaults {
|
|||
],
|
||||
static_libs: [
|
||||
"libpropertyinfoparser",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue