To have a module added to your build from packages/apps you would add
something like this to a mk file that your device(s) would inherit:
PRODUCT_PACKAGES += \
<LOCAL_PACKAGE_NAME>
Where 'LOCAL_PACKAGE_NAME' would be something like 'Launcher2'.
As far as what tells the build to include it in system/app, I'm not 100%
sure whether everything in 'PRODUCT_PACKAGES' does, or if there's some
other flag needed in the Android.mk for the app. Maybe someone can correct
me on that.
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting