anestisb / android-prepare-vendor

Set of scripts to automate AOSP compatible vendor blobs generation from factory images
347 stars 155 forks source link

Symbolic link libraries from included APK are not automatically picked-up #103

Closed anestisb closed 6 years ago

anestisb commented 6 years ago

Some system APKs have their JNI/native libraries stored under /system/lib instead of the default (inside APK). When an APK is included from bytecode configs we want to automatially create the corresponding symbolic links and include the destination libraries in PRODUCT_COPY_FILES. The former is working, although the later is broken. Need to fix it since the destination files are missing and the links end-up broken.

Have been reproduced when using the sailfish full-config setup.

anestisb commented 6 years ago

Should be fixed now. Can you please verify it also works in your setup?