Skip to content

Commit

Permalink
cmsdk: Fix spelling error in CMSettingsProvider makefile.
Browse files Browse the repository at this point in the history
Change-Id: I21689c41a112995e133d4221a14e65e805b4cc31
  • Loading branch information
Adnan Begovic committed Sep 1, 2015
1 parent 40a46bd commit c5fa7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/CMSettingsProvider/Android.mk
Expand Up @@ -21,7 +21,7 @@ src_dir := src
res_dir := res

LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dir))
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dir))

LOCAL_PACKAGE_NAME := CMSettingsProvider
LOCAL_CERTIFICATE := platform
Expand Down

0 comments on commit c5fa7bc

Please sign in to comment.