45f05240c2
These modules have their dependencies satisfied, and aren't doing anything strange. Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
11 lines
275 B
Makefile
11 lines
275 B
Makefile
# Copyright 2010 The Android Open Source Project
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := simg_dump.py
|
|
LOCAL_SRC_FILES := simg_dump.py
|
|
LOCAL_MODULE_CLASS := EXECUTABLES
|
|
LOCAL_IS_HOST_MODULE := true
|
|
LOCAL_CFLAGS := -Werror
|
|
include $(BUILD_PREBUILT)
|