Hi, I try to build `pm` module in emulator Marshmallow. My platform is Ubuntu 18.04.
I choose aosp x86_64, and emulator Android 6 x86_64 (without play) created in AVD. I did success make both framework and then pm module with `LANG=C make framework -j4 VERBOSE=1` and `LANG=C make pm -j4 VERBOSE=1` respectively. I also try a push only simple framework.jar -> reboot seems no crash. Now I try pm: $ adb push out/target/product/generic_x86_64/system/framework/oat/x86/pm.odex /system/framework/oat/x86/ $ adb push out/target/product/generic_x86_64/system/framework/oat/x86_64/pm.odex /system/framework/oat/x86_64/ After reboot emulator, run `pm` command only shows "Abort" and do nothing, how do I debug it ? I think I probably missing some critical steps but I'm new t build Android source. Any help would be appreciate. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
