mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: Make macloader a C file.
Change-Id: I6bd4a324cc5a596f2900027615b83f73736d12e0 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
0ed5670246
commit
60f13f21c2
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ LOCAL_PATH := $(call my-dir)
|
|||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
macloader.cpp
|
||||
macloader.c
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
liblog libutils
|
||||
|
|
Loading…
Reference in a new issue