diff options
| author | Alessandro Astone <ales.astone@gmail.com> | 2020-12-12 22:03:43 +0100 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-10-10 01:29:01 +0200 |
| commit | e9cd8711cbccd052bd24dc5d02c476209cfb5197 (patch) | |
| tree | 465c201c5faa1a81c9406e2ad9fe8605c398f3e7 | |
| parent | 389cbcb0118bc686133299eb959ca62b1bad2dda (diff) | |
sm8250-common: Export libfastcvopt as a module
Change-Id: I2ad978d2d12cadd0fb6d78c31aa0e8a56efc9b15
| -rw-r--r-- | regen-vendor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regen-vendor.sh b/regen-vendor.sh index a3ce4e7..de4be2a 100644 --- a/regen-vendor.sh +++ b/regen-vendor.sh @@ -683,6 +683,8 @@ function as_module() { presign "app/TrustZoneAccessService/TrustZoneAccessService.apk" as_module "lib64/libthermalclient.so" as_module "lib/libthermalclient.so" +as_module "lib64/libfastcvopt.so" +as_module "lib/libfastcvopt.so" as_module "etc/vintf/manifest/android.hardware.atrace@1.0-service.xml" as_module "etc/vintf/manifest/android.hardware.gnss@2.0-service-qti.xml" as_module "etc/vintf/manifest/android.hardware.usb@1.1-service.xml" |
