2014-05-16 00:12:09 +02:00
|
|
|
LOCAL_PATH := $(call my-dir)
|
2010-08-13 03:01:08 +02:00
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2014-05-16 00:12:09 +02:00
|
|
|
LOCAL_SRC_FILES := sdcard.c
|
|
|
|
LOCAL_MODULE := sdcard
|
|
|
|
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
|
2015-07-31 22:11:19 +02:00
|
|
|
LOCAL_SHARED_LIBRARIES := libcutils libpackagelistparser
|
2010-08-13 03:01:08 +02:00
|
|
|
|
|
|
|
include $(BUILD_EXECUTABLE)
|