blob: b7e78024885f4f39d27f92df576829c6d5fe796c [file] [log] [blame]
# Copyright 2005 Google Inc. All Rights Reserved.
#
# Android.mk for yuv420sp2rgb
#
LOCAL_PATH:= $(call my-dir)
ifeq ($(TARGET_ARCH),arm)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := yuv420sp2rgb.c cmdline.c debug.c
LOCAL_MODULE := yuv420sp2rgb
include $(BUILD_HOST_EXECUTABLE)
endif