* No need to build the msm one Change-Id: Ifdc43788714fea27a25004ef63497a35d4f6f49ccm-14.1
parent
6f131defc7
commit
d3f1fbfb3c
@ -0,0 +1,11 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_C_INCLUDES := system/core/init
|
||||
LOCAL_CFLAGS := -Wall -DANDROID_TARGET=\"$(TARGET_BOARD_PLATFORM)\"
|
||||
LOCAL_SRC_FILES := init_peregrine.cpp
|
||||
LOCAL_MODULE := libinit_peregrine
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
Loading…
Reference in new issue