Closed ghost closed 2 years ago
2 errors:
bootable/recovery/twrpApex.hpp:21:10: fatal error: 'ziparchive/zip_archive.h' file not found
and, missing dependencies: system/core/libziparchive/include
I removed libziparchive from the Android.bp for my device, obviously ziparchive/zip_archive.h is missing and is being requested. most recent sync
nevermind, I see libziparchive has moved from system/core/ to system/
2 errors:
bootable/recovery/twrpApex.hpp:21:10: fatal error: 'ziparchive/zip_archive.h' file not found
include <ziparchive/zip_archive.h>
and, missing dependencies: system/core/libziparchive/include
I removed libziparchive from the Android.bp for my device, obviously ziparchive/zip_archive.h is missing and is being requested. most recent sync