This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define PA_NR 28 | |
#define PB_NR 8 | |
#define PC_NR 28 | |
#define PD_NR 28 | |
#define PE_NR 17 | |
#define PF_NR 6 | |
#define PG_NR 19 | |
#define PH_NR 31 | |
#define PL_NR 9 | |
#define PM_NR 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOCAL_PATH := $(my-dir) | |
include $(CLEAR_VARS) | |
$(foreach t,$(call find-subdir-files, *.apk), \ | |
$(eval include $(CLEAR_VARS)) \ | |
$(eval LOCAL_MODULE_PATH := $(TARGET_OUT_APPS)) \ | |
$(eval LOCAL_SRC_FILES := $(t)) \ | |
$(eval LOCAL_MODULE := $(basename $(notdir $(t)))) \ | |
$(eval LOCAL_MODULE_CLASS := APPS) \ | |
$(eval LOCAL_CERTIFICATE := PRESIGNED) \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkbootimg --kernel kernel.img --ramdisk ramdisk.cpio.gz --base 0x40000000 --cmdline='console=ttyS0,115200 rw init=/init loglevel=4 vmalloc=384M ion_reserve=128M' -o boot.img --pagesize 2048 --kernel_offset 0x8000 --ramdisk_offset 0x1000000 --tags_offset 0x100 |
NewerOlder