diff options
author | Koushik Dutta <koushd@gmail.com> | 2011-11-20 21:14:29 -0800 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-10-06 16:11:58 -0700 |
commit | 6ced9669436154040dd795aafbe2e280c9ca0434 (patch) | |
tree | ae411bb896bb2540245cd05163c0a3d17f07f161 /tools/device/AndroidBoard.mk.template | |
parent | 2192fd2099fa52d8b5b18c5d4221644e39f669da (diff) | |
download | build-6ced9669436154040dd795aafbe2e280c9ca0434.zip build-6ced9669436154040dd795aafbe2e280c9ca0434.tar.gz build-6ced9669436154040dd795aafbe2e280c9ca0434.tar.bz2 |
Add recoveryzip target. Import recovery building/porting tools.
echo args
Change-Id: Ib346a27d94ccab3e992fe3bc3be9e0010e7b89a0
mkvendor.sh: fixes for Android 4.2.
Change-Id: Id7ff9ef03700d595734811ccf868371ffb024384
mkvendor: fix echoed build commands
cm.mk.template uses PRODUCT_NAME := cm___DEVICE__
Change-Id: I063fc4b93d90ebb034637bf3e92d83c77aa439ca
Diffstat (limited to 'tools/device/AndroidBoard.mk.template')
-rw-r--r-- | tools/device/AndroidBoard.mk.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/device/AndroidBoard.mk.template b/tools/device/AndroidBoard.mk.template new file mode 100644 index 0000000..55a36d5 --- /dev/null +++ b/tools/device/AndroidBoard.mk.template @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET) + +# include the non-open-source counterpart to this file +-include vendor/__MANUFACTURER__/__DEVICE__/AndroidBoardVendor.mk |