minimal-manifest-twrp / platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 10+
298 stars 273 forks source link

bootable/recovery/twrpApex.hpp:21:10: fatal error: 'ziparchive/zip_archive.h' #14

Closed ghost closed 2 years ago

ghost commented 2 years ago

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

ghost commented 2 years ago

nevermind, I see libziparchive has moved from system/core/ to system/