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

Commit 099b5a7f authored by Sam Mortimer's avatar Sam Mortimer Committed by Michael Bestas
Browse files

build: Fix endif being included in line continuations

* Move endif statements further down to prevent included in line
  continuations that otherwise cause build errors.

* Issue introduced by:
  https://github.com/LineageOS/android_build/commit/0eb4c7fb1ec75b0b8ee2d15e7fc361dc8e0eede6#diff-d88e43b99e72d05cdd3680e51126db0eR34

Change-Id: Iceac93077db424ff5145f41035be9beef0141583
parent 2c7d17db
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,7 @@ ifeq ($(LINEAGE_BUILD),)
PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
    ro.config.ringtone=Ring_Synth_04.ogg \
    ro.config.ringtone=Ring_Synth_04.ogg \
    ro.config.notification_sound=pixiedust.ogg \
    ro.config.notification_sound=pixiedust.ogg \

endif
endif


# The mainline checking whitelist, should be clean up
# The mainline checking whitelist, should be clean up
+1 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,7 @@ ifeq ($(LINEAGE_BUILD),)
PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
    ro.config.ringtone=Ring_Synth_04.ogg \
    ro.config.ringtone=Ring_Synth_04.ogg \
    ro.com.android.dataroaming=true \
    ro.com.android.dataroaming=true \

endif
endif


PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \