fbfb2b8389
- 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
14 lines
273 B
Makefile
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))
|