3
0
replicant-device_samsung_ga.../DeviceSettings/Android.mk
Daniel Hillenbrand 954a88f71a galaxys2: move device settings from i9100
Change-Id: I9209974db9ce5b013fc56f2249ff8b4c511d5eaa
2013-06-09 10:31:32 +02:00

16 lines
332 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := DeviceSettings
LOCAL_CERTIFICATE := platform
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))