summaryrefslogtreecommitdiff
path: root/AndroidBoard.mk
blob: 78b0c288de1ea857b44a891ecc72fe691b4bde1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
LOCAL_PATH := $(call my-dir)

#file := $(TARGET_OUT_KEYLAYOUT)/gpio-keys.kl
#ALL_PREBUILT += $(file)
#$(file) : $(LOCAL_PATH)/gpio-keys.kl | $(ACP)
#	$(transform-prebuilt-to-target)

#include $(CLEAR_VARS)
#LOCAL_SRC_FILES := gpio-keys.kcm
#LOCAL_MODULE_TAGS := optional
#include $(BUILD_KEY_CHAR_MAP)

file := $(TARGET_ROOT_OUT)/init.rc
ALL_PREBUILT += $(file)
$(file) : $(LOCAL_PATH)/init.rc | $(ACP)
	$(transform-prebuilt-to-target)

file := $(TARGET_ROOT_OUT)/init.st-ericsson.rc
ALL_PREBUILT += $(file)
$(file) : $(LOCAL_PATH)/init.st-ericsson.rc | $(ACP)
	$(transform-prebuilt-to-target)

file := $(TARGET_ROOT_OUT)/initlogo.rle
ALL_PREBUILT += $(file)
$(file) : $(LOCAL_PATH)/initlogo.rle | $(ACP)
	$(transform-prebuilt-to-target)