With cm_10.2, I added my application to packages / applications and by default, mm built it into / data / app. I wanted it in a system / application. This worked by adding this to Android.mk:
LOCAL_MODULE_PATH := $(TARGET_OUT_APPS)
But I'm not sure if this is the clean way, since I almost did not find that no one is doing this.
source share