aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
blob: 8613199f769411bf21c026ebe12fd79c2604de20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2008 The Android Open Source Project

LOCAL_PATH:= $(call my-dir)

################################
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
	genext2fs.c

LOCAL_CFLAGS := -O2 -g -Wall -DHAVE_CONFIG_H

LOCAL_SHARED_LIBRARIES := libcutils

LOCAL_MODULE := genext2fs

include $(BUILD_HOST_EXECUTABLE)