blob: a4e591de0b32e8390ed3f38a0aa61702a0785623 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("memory") {
public = ["memory.h"]
deps = [
"../base:core_headers",
"../meta:type_traits",
]
}