11 lines
268 B
Makefile
11 lines
268 B
Makefile
|
# -*- makefile -*-
|
||
|
# Copyright 2012 The Chromium OS Authors. All rights reserved.
|
||
|
# Use of this source code is governed by a BSD-style license that can be
|
||
|
# found in the LICENSE file.
|
||
|
#
|
||
|
# Lock library
|
||
|
#
|
||
|
|
||
|
util-lock-objs=file_lock.o gec_lock.o
|
||
|
util-lock-objs+=android.o
|