diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-09-01 22:43:29 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 5074fd792827b9f01c63da3a53fe29c0a9a21dc0 (patch) | |
tree | cedc833f9735895d39bf8a8df10a32a57bf1d4d2 /sdm660.mk | |
parent | e9a9d460810453ba43c04dae8633f6e50e9fd9b9 (diff) |
sdm660-common: Nuke libMiWatermark
* This lib is creating troubles on android 10 requiring old libs in vendor
* Other than that, it's the only culprit for vndk runtime being kept disabled
* Nuke this lib via a empty shim providing the symbols to the camera hal
Change-Id: Ia844e973299d3e1be0a37473e76325be1828415d
Diffstat (limited to 'sdm660.mk')
-rw-r--r-- | sdm660.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ PRODUCT_BOOT_JARS += \ # Camera PRODUCT_PACKAGES += \ + libMiWatermark_shim \ Snap PRODUCT_PACKAGES += \ |