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