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_conscrypt_NativeCrypto.cpp
      8 
      9 LOCAL_C_INCLUDES += \
     10 	libcore/luni/src/main/native
     11 
     12 # Any shared/static libs that are listed here must also
     13 # be listed in libs/nativehelper/Android.mk.
     14 # TODO: fix this requirement
     15 
     16 #LOCAL_SHARED_LIBRARIES +=
     17 
     18 #LOCAL_STATIC_LIBRARIES +=
     19