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

Commit 70b35fd6 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 7dc91f8c: am 8623972d: Merge "Don\'t try to build libcorkscrew for LP64."

* commit '7dc91f8c':
  Don't try to build libcorkscrew for LP64.
parents daea762e 7dc91f8c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ifeq ($(TARGET_IS_64_BIT), false)

LOCAL_PATH:= $(call my-dir)

generic_src_files := \
@@ -96,3 +98,5 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_EXECUTABLE)

endif # HOST_ARCH == x86

endif # TARGET_IS_64_BIT == false