Home | History | Annotate | Download | only in native
      1 # -*- mode: makefile -*-
      2 # This file is included by the top-level libcore Android.mk.
      3 # It's not a normal makefile, so we don't include CLEAR_VARS
      4 # or BUILD_*_LIBRARY.
      5 
      6 LOCAL_SRC_FILES := \
      7 	org_apache_harmony_dalvik_NativeTestTarget.cpp
      8 
      9 #LOCAL_C_INCLUDES +=
     10 
     11 # Any shared/static libs that are listed here must also
     12 # be listed in libs/nativehelper/Android.mk.
     13 # TODO: fix this requirement
     14 
     15 #LOCAL_SHARED_LIBRARIES +=
     16 
     17 #LOCAL_STATIC_LIBRARIES +=
     18