Use libapexsupport only for apex variants
Bug: 312510312 Test: m libhardware libhardware.vendor libhardware.vendor.com.google.cf.ir # check DTNEEDED # only apex variant should have libapexsupport Change-Id: I3161b54aeb9dd6c5780041769fa149302c621279
This commit is contained in:
parent
6e5271930f
commit
ef6e982e10
1 changed files with 5 additions and 0 deletions
|
@ -126,6 +126,11 @@ cc_library_shared {
|
|||
"libvndksupport",
|
||||
],
|
||||
},
|
||||
non_apex: {
|
||||
exclude_shared_libs: [
|
||||
"libapexsupport",
|
||||
],
|
||||
},
|
||||
},
|
||||
min_sdk_version: "29",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue