android_device_samsung_c1-c.../C1Parts/Android.mk
David van Tonder fbfb2b8389 Added
- C1Parts Settings app
 - CM7 LED Notifications support (liblights and overlay)

Settings app supports
 - mDNIe settings
 - HSPA Config
 - Backlight timeout config
 - LED Notifications config (default off)

Change-Id: Ib43ea0ca8846a358dc48b91f911a3a1899d2c7a6
2011-11-05 18:58:49 -04:00

14 lines
273 B
Makefile

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