YumeMichi | 07282c1 | 2018-08-28 22:26:07 +0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_PACKAGE_NAME := NotificationsPrimary | ||||
5 | LOCAL_RRO_THEME := NotificationsPrimary | ||||
6 | LOCAL_CERTIFICATE := platform | ||||
7 | LOCAL_MODULE_TAGS := optional | ||||
8 | LOCAL_SDK_VERSION := current | ||||
9 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | ||||
10 | LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res | ||||
11 | |||||
12 | include $(BUILD_RRO_PACKAGE) |