OSDN Git Service

[automerger skipped] Create per-uid GCOV_PREFIX dir in the getenv wrapper am: 466d716...
[android-x86/system-extras.git] / ext4_utils / Android.mk
1 # Copyright 2010 The Android Open Source Project
2
3 LOCAL_PATH:= $(call my-dir)
4
5 #
6 # -- All host/targets excluding windows
7 #
8
9 include $(CLEAR_VARS)
10 LOCAL_MODULE := mke2fs.conf
11 LOCAL_SRC_FILES := $(LOCAL_MODULE)
12 LOCAL_MODULE_CLASS := EXECUTABLES
13 LOCAL_IS_HOST_MODULE := true
14 include $(BUILD_PREBUILT)