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
Vachounet 1eeea0ebdb potter: init: update for O
Change-Id: I1668264ac5c6cbfb0d67f7a0f28775fac1d48304
2017-08-22 16:22:35 +02:00

14 lines
329 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_potter.cpp
LOCAL_MODULE := libinit_potter
LOCAL_STATIC_LIBRARIES := \
libbase
include $(BUILD_STATIC_LIBRARY)