I put my application folder in
packages/apps // inside AOSP source code
Now my application has following Android.mk in the s
You can take help of some other system app. Copy your target app which need to be installed in /data in say /system/usr/share
device/ /extras/usr/share/:system/usr/share/ \
write above rule in
device/platform/
Now using some other system level app you can check whether your app is installed or not. If not installed install it via package manager by giving above path
system/usr/share/