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

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

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

* commit 'c170360d':
  We have to use := instead of +=
parents df726553 c170360d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,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)