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