build and install framework-res.apk from source

fall back to prebuilt if aapt command is not available
This commit is contained in:
Julian Winkler
2023-08-09 12:22:16 +02:00
parent 4491de7f63
commit 0282e9fbcb
3139 changed files with 81320 additions and 2 deletions

View File

@@ -123,4 +123,6 @@ custom_target('api-impl.jar', build_by_default: true, input: [hax_dex, hax_arsc_
install_dir : get_option('libdir') / 'java/dex/android_translation_layer',
command: ['jar', '-cvf', join_paths(builddir_base, 'api-impl.jar'), '-C', builddir_base, hax_dex, '-C', builddir_base, hax_arsc_lib_dex])
#framework-res.apk
subdir('res')