1 LOCAL_PATH := $(my-dir) 2 include $(CLEAR_VARS) 3 4 LOCAL_PREBUILT_LIBS := \ 5 libSDL.a \ 6 libSDLmain.a 7 8 include $(BUILD_HOST_PREBUILT) 9