aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
blob: e52cbe5ec6642ab704c14e15efeadf2e49161eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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_MODULE := genext2fs

include $(BUILD_HOST_EXECUTABLE)