OpenDelta: Add missing header libs

aka fix build on A12
This commit is contained in:
Ido Ben-Hur 2021-11-19 15:11:32 +02:00
parent 271879d356
commit decfcdf982
No known key found for this signature in database
GPG Key ID: 0B827201D8C20BFE
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ cc_library_shared {
host_ldlibs: ["-lz"],
include_dirs: ["external/zlib"],
shared_libs: ["libz"],
header_libs: ["jni_headers"],
}
cc_binary {