blob: b7e78024885f4f39d27f92df576829c6d5fe796c [file] [log] [blame]
Iliyan Malchev7abfb482009-04-23 13:14:13 -07001# Copyright 2005 Google Inc. All Rights Reserved.
2#
3# Android.mk for yuv420sp2rgb
4#
5
6LOCAL_PATH:= $(call my-dir)
7
8ifeq ($(TARGET_ARCH),arm)
9include $(CLEAR_VARS)
10
11LOCAL_SRC_FILES := yuv420sp2rgb.c cmdline.c debug.c
12
13LOCAL_MODULE := yuv420sp2rgb
14
15include $(BUILD_HOST_EXECUTABLE)
16endif