commit | e70d72dda438ab1629e6df42cda917a8b69cbb01 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Jul 28 10:26:41 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Jul 29 14:58:41 2020 +0900 |
tree | f7c12f05abbca18e85f8a3987231c6b40493e9b6 | |
parent | 466bcee6046bb51b465e7982befdec3b5232f16b [diff] |
Add :sphal, :vndksp for apex configuration This removes hard-coded special-casing of com.android.media.swcodec APEX. swcodec APEX declares "requireNativeLibs" with ":sphal" so that linkerconfig can add "sphal" and "vndk" namespaces for it. Note that a link from sphal to vndk with shared_libs(VNDK-SP) is derived by ":vndksp" from "sphal" namespace. Bug: n/a Test: ./rundiff.sh => no significant changes Test: build & device boots Change-Id: Ib2c78cde05b745d6b1e2b06b88e40446c0ddd4f0