Home | History | Annotate | Download | only in yuv420sp2rgb
      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
     17