Skip to content

Commit

Permalink
CMSDK: Utilize CMSDK_PACKAGE_ID.
Browse files Browse the repository at this point in the history
Change-Id: I98a995959226c1feaa0a6ece447e557857a84f99
  • Loading branch information
Adnan Begovic committed Jul 10, 2015
1 parent 6e46829 commit 125c899
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cm/res/Android.mk
Expand Up @@ -20,12 +20,13 @@ include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := org.cyanogenmod.platform-res
LOCAL_CERTIFICATE := platform
LOCAL_AAPT_FLAGS := --auto-add-overlay

LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, res)

# Tell aapt to create "extending (non-application)" resource IDs,
# since these resources will be used by many apps.
LOCAL_AAPT_FLAGS := -x

# 0x3f/one less than app id
LOCAL_AAPT_FLAGS += -x 63

LOCAL_MODULE_TAGS := optional

Expand Down

0 comments on commit 125c899

Please sign in to comment.