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

Commit 9c3d4388 authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am c0a70d88: am 7c2bfaf3: Merge "Change the default multilib for host libraries to "both""

* commit 'c0a70d88':
  Change the default multilib for host libraries to "both"
parents 1844a1ee c0a70d88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ ifndef my_module_multilib
ifeq ($(HOST_PREFER_32_BIT),true)
my_module_multilib := 32
else
# By default we only build host module for the first arch.
my_module_multilib := first
# libraries default to building for both architecturess
my_module_multilib := both
endif
endif
endif
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ ifndef my_module_multilib
ifeq ($(HOST_PREFER_32_BIT),true)
my_module_multilib := 32
else
# By default we only build host module for the first arch.
my_module_multilib := first
# libraries default to building for both architecturess
my_module_multilib := both
endif
endif
endif