1# Copyright 2017 The Chromium OS 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
5LOCAL_CPP_EXTENSION := .cc
6
7LOCAL_SRC_FILES += \
8	cros_gralloc/cros_gralloc_buffer.cc \
9	cros_gralloc/cros_gralloc_driver.cc \
10	cros_gralloc/cros_gralloc_helpers.cc \
11	cros_gralloc/gralloc0/gralloc0.cc
12