2010-04-08 16:41:23 -05:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
|
2011-07-28 19:33:22 -07:00
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src) \
|
2010-09-02 18:08:05 -07:00
|
|
|
../../../ex/carousel/java/com/android/ex/carousel/carousel.rs
|
2010-04-08 16:41:23 -05:00
|
|
|
|
|
|
|
LOCAL_JAVA_LIBRARIES := services
|
|
|
|
|
2010-09-02 18:08:05 -07:00
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := android-common-carousel
|
|
|
|
|
2010-05-26 17:03:26 -04:00
|
|
|
LOCAL_PACKAGE_NAME := SystemUI
|
2010-04-08 16:41:23 -05:00
|
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
|
2010-09-30 13:20:45 -07:00
|
|
|
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
2010-08-02 14:52:35 -04:00
|
|
|
|
2010-04-08 16:41:23 -05:00
|
|
|
include $(BUILD_PACKAGE)
|
2011-07-28 19:33:22 -07:00
|
|
|
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|