am 97c280ec
: Merge "We have to use := instead of +="
* commit '97c280eced879fb79d32bd527412ab34840dba5c': We have to use := instead of +=
This commit is contained in:
@@ -434,7 +434,7 @@ endif
|
||||
###########################################################
|
||||
cleantarget := clean-$(LOCAL_MODULE)
|
||||
$(cleantarget) : PRIVATE_MODULE := $(LOCAL_MODULE)
|
||||
$(cleantarget) : PRIVATE_CLEAN_FILES += \
|
||||
$(cleantarget) : PRIVATE_CLEAN_FILES := \
|
||||
$(LOCAL_BUILT_MODULE) \
|
||||
$(LOCAL_INSTALLED_MODULE) \
|
||||
$(intermediates)
|
||||
|
Reference in New Issue
Block a user