Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. LOCAL_PATH := $(call my-dir)
  2.  
  3. LOCAL_C_INCLUDES := \
  4. $(LOCAL_PATH)/includes/ \
  5. $(CXCORE_SRCS) \
  6. $(LOCAL_PATH)/3rdparty/include \
  7. $(LOCAL_PATH)/src/oc4a
  8.  
  9. include $(CLEAR_VARS)
  10.  
  11. # Here we give our module name and source file(s)
  12. LOCAL_MODULE := oc4a
  13. LOCAL_SRC_FILES := main.c
  14.  
  15. include $(BUILD_SHARED_LIBRARY)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement