Android.mk revision 3ad977b41c6e4ef30c2f4f316b909b742ffc04aa
13ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# Copyright (C) 2008 The Android Open Source Project
23ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato#
33ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# Licensed under the Apache License, Version 2.0 (the "License");
43ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# you may not use this file except in compliance with the License.
53ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# You may obtain a copy of the License at
63ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato#
73ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato#      http://www.apache.org/licenses/LICENSE-2.0
83ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato#
93ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# Unless required by applicable law or agreed to in writing, software
103ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# distributed under the License is distributed on an "AS IS" BASIS,
113ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
123ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# See the License for the specific language governing permissions and
133ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato# limitations under the License.
143ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato
153ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe OnoratoLOCAL_PATH := $(call my-dir)
163ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onoratoinclude $(CLEAR_VARS)
173ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato
183ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe OnoratoLOCAL_SRC_FILES := \
193ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato    backup_helper_test.cpp
203ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato 
213ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe OnoratoLOCAL_MODULE_TAGS := optional
223ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe OnoratoLOCAL_MODULE := backup_helper_test
233ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe OnoratoLOCAL_SHARED_LIBRARIES := libutils
243ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato
253ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onoratoinclude $(BUILD_EXECUTABLE)
263ad977b41c6e4ef30c2f4f316b909b742ffc04aaJoe Onorato
27