Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97c280ec authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "We have to use := instead of +="

parents 55c06f75 4d063410
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)