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

Commit 123854da authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Fix broken comparison in executable_prefer_symlink.mk

bug: 17024634
Change-Id: Ie9fdcbca1cbd6d204be57636864bb8074cd19732
parent 903e2dd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ ifneq ($(LOCAL_IS_HOST_MODULE),true)
      # We support both 32 and 64 bit apps, so we will have to
      # base our decision on whether the target prefers one or the
      # other.
      ifneq ($(TARGET_PREFER_32_BIT_APPS),true)
      ifeq ($(TARGET_PREFER_32_BIT_APPS),true)
        $(my_symlink): PRIVATE_SRC_BINARY_NAME := $(LOCAL_MODULE_STEM_32)
      else
        $(my_symlink): PRIVATE_SRC_BINARY_NAME := $(LOCAL_MODULE_STEM_64)