1f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# Copyright (C) 2010 The Android Open Source Project
2f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle#
3f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# Licensed under the Apache License, Version 2.0 (the "License");
4f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# you may not use this file except in compliance with the License.
5f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# You may obtain a copy of the License at
6f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle#
7f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle#      http://www.apache.org/licenses/LICENSE-2.0
8f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle#
9f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# Unless required by applicable law or agreed to in writing, software
10f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# distributed under the License is distributed on an "AS IS" BASIS,
11f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# See the License for the specific language governing permissions and
13f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle# limitations under the License.
14f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle
15f79b2dff1024db4f6326f3422236bed169dd902fThomas TuttleLOCAL_PATH := $(call my-dir)
16f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttleinclude $(CLEAR_VARS)
17f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttle
18f79b2dff1024db4f6326f3422236bed169dd902fThomas TuttleLOCAL_MODULE := fatblock
197eb4165b83ca3724b64c8925fa530362b6072bc2Thomas TuttleLOCAL_MODULE_TAGS := optional
20f79b2dff1024db4f6326f3422236bed169dd902fThomas TuttleLOCAL_SRC_FILES := fat.c fatblock.c fs.c import.c read.c utils.c fdpool.c
21f79b2dff1024db4f6326f3422236bed169dd902fThomas TuttleLOCAL_C_INCLUDES := system/extras/libublock/include
22f79b2dff1024db4f6326f3422236bed169dd902fThomas TuttleLOCAL_SHARED_LIBRARIES := libublock
23f79b2dff1024db4f6326f3422236bed169dd902fThomas Tuttleinclude $(BUILD_EXECUTABLE)
24