You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
423 B
12 lines
423 B
###############################################################################
|
|
# rkUserExperienceService
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := userExperienceService
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
|
|
LOCAL_MODULE_PATH := $(TARGET_OUT_JAVA_LIBRARIES)
|
|
LOCAL_MODULE_SUFFIX := .jar
|
|
LOCAL_SRC_FILES := $(LOCAL_MODULE)$(LOCAL_MODULE_SUFFIX)
|
|
include $(BUILD_PREBUILT)
|