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

Commit ca983c08 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 97c280ec: Merge "We have to use := instead of +="

* commit '97c280ec':
  We have to use := instead of +=
parents 159de1de 97c280ec
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)