Advertisement
Guest User

Untitled

a guest
Apr 12th, 2018
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. LOCAL_PATH := $(call my-dir)
  2.  
  3.  
  4. include $(CLEAR_VARS)
  5. LOCAL_SHARED_LIBRARIES := \
  6. libcutils \
  7. libutils \
  8. libbinder
  9. LOCAL_MODULE := ParcelTest
  10. LOCAL_SRC_FILES := \
  11. ParcelTest.cpp
  12.  
  13. LOCAL_MODULE_TAGS := optional
  14. include $(BUILD_EXECUTABLE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement