You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
260 B
Makefile
13 lines
260 B
Makefile
|
11 years ago
|
LOCAL_PATH:= $(call my-dir)
|
||
|
|
|
||
|
|
#######################################
|
||
|
|
# verity_key
|
||
|
|
include $(CLEAR_VARS)
|
||
|
|
|
||
|
|
LOCAL_MODULE := verity_key
|
||
|
|
LOCAL_SRC_FILES := $(LOCAL_MODULE)
|
||
|
|
LOCAL_MODULE_CLASS := ETC
|
||
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||
|
|
|
||
|
|
include $(BUILD_PREBUILT)
|