blob: 98ab708dd836ed305c24fe2284c314d66c18e70b [file] [log] [blame]
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
FINAL_LIBRARY = 'test'
SOURCES += ['bar.cpp', 'foo.cpp']
LOCAL_INCLUDES += ['/includeA/foo']
DEFINES['DEFINEFOO'] = True
DEFINES['DEFINEBAR'] = 'bar'