blob: f598db588c5da07592e74a56e94190cc8a2afee9 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001# Copyright 2007 The Android Open Source Project
2#
3# Copies files into the directory structure described by a manifest
4
5LOCAL_PATH:= $(call my-dir)
6include $(CLEAR_VARS)
7
8LOCAL_SRC_FILES := \
9 atree.cpp \
10 files.cpp \
11 fs.cpp
12
13LOCAL_STATIC_LIBRARIES := \
14 libhost
The Android Open Source Project88b60792009-03-03 19:28:42 -080015
16LOCAL_MODULE := atree
17
18include $(BUILD_HOST_EXECUTABLE)
19