I have a copy of the AOS code and am doing a complete assembly a few days ago, recently I synchronize the code to the latest version and try to change the code in the Contacts module and try to create it with:
mmm packages/apps/Contacts
an error:
1 error during configuration. Try --help-properties for help.
Property 'jack.library.import' (in Options): element
ninja: build stopped: subcommand failed.
build/core/ninja.mk:84: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
I am looking for android-support-test in opengrok and find android-support-test support in prebuilts / misc / common / android-support-test then I do:
mmm prebuilts / misc / common / android-support-test /
error:
1 error during configuration. Try --help-properties for help.
Property 'jack.classpath': element
ninja: build stopped: subcommand failed.
build/core/ninja.mk:84: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
but I can not find the sdk_23 module in opengrok.
then i delete
out/target/common/obj/JAVA_LIBRARIES/android-support-test_intermediates/classes.jack
and do
make android-support-test
It does not restore the module.
So, how can I solve the dependency when using "mmm" to build a module?
source
share