Add LOCAL_RESOURCE_DIR in Settings makefile
Include local Settings resources in build - a result of adding SettingsLib without defining a LOCAL_RESOURCE_DIR. See comment in: frameworks/base/packages/SettingsLib/common.mk Bug: 116821732 Test: build & manual Change-Id: I98712af7c568a70ee5c4bcc7bb1c19de4f30ff05
This commit is contained in:
committed by
Takamasa Kuramitsu
parent
ec65174f11
commit
910457e37a
@@ -18,6 +18,8 @@ LOCAL_PRIVILEGED_MODULE := true
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_USE_AAPT2 := true
|
||||
|
||||
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_ANDROID_LIBRARIES := \
|
||||
|
Reference in New Issue
Block a user