This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders-lin…/init/Android.mk
2017-09-20 13:42:38 +02:00

14 lines
331 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_C_INCLUDES := system/core/init
LOCAL_CPPFLAGS := -Wall -DANDROID_TARGET=\"$(TARGET_BOARD_PLATFORM)\"
LOCAL_SRC_FILES := init_sanders.cpp
LOCAL_MODULE := libinit_sanders
LOCAL_STATIC_LIBRARIES := \
libbase
include $(BUILD_STATIC_LIBRARY)