Hi all, As part of my makefile , few of the apps are getting copied over to a location defined by LOCAL_MODULE_PATH.
For example : LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/ota/test The problem I am facing is, our PostInstall service is looking for .apk file directly under $(TARGET_OUT_DATA)/ota/test/ but my makefile creates following structure. /data/ota/test/app1/app1.apk /data/ota/test/app2/app2.apk How can I modify my AOSP makefile to generate the following directly ? /data/ota/test/app1.apk /data/ota/test/app2.apk Thanks, Anand -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/9c4ff158-9de3-4895-ab8e-98f76b0390c8n%40googlegroups.com.
