OSDN Git Service

AndroidIA: Added support for Travis CI
[android-x86/external-minigbm.git] / Android.gralloc.mk
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
5 LOCAL_CPP_EXTENSION := .cc
6
7 LOCAL_SRC_FILES += \
8         cros_gralloc/cros_gralloc_buffer.cc \
9         cros_gralloc/cros_gralloc_driver.cc \
10         cros_gralloc/cros_gralloc_helpers.cc
11
12 ifeq ($(strip $(BOARD_USES_GRALLOC1)), true)
13 LOCAL_SRC_FILES += cros_gralloc/gralloc1/cros_gralloc1_module.cc
14 else
15 LOCAL_SRC_FILES += cros_gralloc/gralloc0/gralloc0.cc
16 endif