James Robinson | ef5c1b6 | 2014-10-14 13:40:46 -0700 | [diff] [blame] | 1 | # 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 | |||||
5 | assert(is_android) | ||||
6 | |||||
7 | source_set("ashmem") { | ||||
8 | sources = [ | ||||
James Robinson | ef5c1b6 | 2014-10-14 13:40:46 -0700 | [diff] [blame] | 9 | "ashmem-dev.c", |
Dave Moore | cc0e4f9 | 2015-03-10 15:23:04 -0700 | [diff] [blame] | 10 | "ashmem.h", |
James Robinson | ef5c1b6 | 2014-10-14 13:40:46 -0700 | [diff] [blame] | 11 | ] |
12 | } |