Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 include $(CLEAR_VARS)
      3 LOCAL_MODULE    := new_handler
      4 LOCAL_SRC_FILES := new_handler.cpp
      5 include $(BUILD_SHARED_LIBRARY)
      6