blob: 36bb742800aba8a66e3ced1516456b6b70a1c6d5 [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors
# Copyright (c) 2008-2015 Travis Geiselbrecht
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
LOCAL_DIR := $(GET_LOCAL_DIR)
ASM_STRING_OPS := memcpy memset
MODULE_SRCS += \
third_party/lib/cortex-strings/src/aarch64/memcpy.S \
third_party/lib/cortex-strings/no-neon/src/aarch64/memset.S \
# filter out the C implementation
C_STRING_OPS := $(filter-out $(ASM_STRING_OPS),$(C_STRING_OPS))