Home | History | Annotate | Download | only in resources
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_MODULE    := %{libraryName}
      6 LOCAL_SRC_FILES := %{libraryName}.cpp
      7 
      8 include $(BUILD_SHARED_LIBRARY)
      9