How do I install an app into the data/app folder instead of the system/app folder in an AOSP build?
I got the solution by changing this thing in Android.mk
LOCAL_MODULE_TAGS := tests
I got the solution by changing this thing in Android.mk
LOCAL_MODULE_TAGS := tests