55ca691006
Change-Id: Icd30226cfaa943648f8724b4208a22c661070262
19 lines
422 B
Makefile
19 lines
422 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files) \
|
|
../../../ex/carousel/java/com/android/ex/carousel/carousel.rs
|
|
|
|
LOCAL_JAVA_LIBRARIES := services
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := android-common-carousel
|
|
|
|
LOCAL_PACKAGE_NAME := SystemUI
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
|
|
|
include $(BUILD_PACKAGE)
|