Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nova-video-player/aos-android-libs
https://github.com/nova-video-player/aos-android-libs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nova-video-player/aos-android-libs
- Owner: nova-video-player
- Created: 2018-05-15T12:21:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T12:28:41.000Z (over 5 years ago)
- Last Synced: 2024-04-14T09:04:32.186Z (7 months ago)
- Language: C
- Size: 124 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Android lib dependencies:
Generate fake android dynamic libraries (only function symbols). Used to get
android dependencies during build process. True android libs will be linked
with libs from device (/system/lib/*so).HOW TO:
add "include $(BUILD_ANDROID_LIBS)" after setting LOCAL_MODULE
add "LOCAL_LDLIBS += -L$(TARGET_OUT)"