blob: 5e92b3773f55fb76b7c40303caaf2c66468ddcb8 [file] [log] [blame]
James Robinsonef5c1b62014-10-14 13:40:46 -07001# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5assert(is_android)
6
7source_set("ashmem") {
8 sources = [
James Robinsonef5c1b62014-10-14 13:40:46 -07009 "ashmem-dev.c",
Dave Moorecc0e4f92015-03-10 15:23:04 -070010 "ashmem.h",
James Robinsonef5c1b62014-10-14 13:40:46 -070011 ]
12}