12045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# Copyright (C) 2010 The Android Open Source Project
22045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle#
32045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# Licensed under the Apache License, Version 2.0 (the "License");
42045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# you may not use this file except in compliance with the License.
52045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# You may obtain a copy of the License at
62045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle#
72045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle#      http://www.apache.org/licenses/LICENSE-2.0
82045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle#
92045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# Unless required by applicable law or agreed to in writing, software
102045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# distributed under the License is distributed on an "AS IS" BASIS,
112045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
122045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# See the License for the specific language governing permissions and
132045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle# limitations under the License.
142045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle
152045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas TuttleLOCAL_PATH := $(call my-dir)
162045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttleinclude $(CLEAR_VARS)
172045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttle
182045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas TuttleLOCAL_MODULE := libublock
197eb4165b83ca3724b64c8925fa530362b6072bc2Thomas TuttleLOCAL_MODULE_TAGS := optional
202045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas TuttleLOCAL_SRC_FILES := ublock.c
212045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas TuttleLOCAL_C_INCLUDES := $(LOCAL_PATH)/include
22c72ab98be7288d86980797b4f6295d73de5ca56fIliyan Malchev
232045e6e39d6dbfed1e46c333c2910c66e788cd36Thomas Tuttleinclude $(BUILD_SHARED_LIBRARY)
24