Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # mpg123
  2. include $(CLEAR_VARS)
  3. LOCAL_MODULE := libmpg123
  4. LOCAL_SRC_FILES := ../../../../../../../sw-extras/lib/android/$(TARGET_ARCH_ABI)/libmpg123.a
  5. include $(PREBUILT_STATIC_LIBRARY)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement