LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := Wallpaperz LOCAL_SRC_FILES := Wallpaperz.apk LOCAL_MODULE_SUFFIX := .apk LOCAL_MODULE_CLASS := APPS LOCAL_CERTIFICATE := PRESIGNED LOCAL_MODULE_PATH := $(TARGET_OUT)/app include $(BUILD_PREBUILT)
(I think this pretty much does the same thing as JBQ's example)
Then for device.mk I added the following:
PRODUCT_PACKAGES += \
Wallpaperz
Martin the location of the app and and Android.mk is not important. Just make sure they're in the same directory. device.mk should be in your device tree of your device.
Sorry for resurrecting this question, but I've been trying to build a apk into aokp but it doesn't get built. Paul, what folders did you add the app/Android.mk into, and where did you place the device.mk file?
--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
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 android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.