mirror of
https://github.com/servo/servo.git
synced 2025-09-07 13:38:20 +01:00
Declare libgstreamer_android as prebuilt library
This commit is contained in:
parent
e3c98802eb
commit
991fdbe5d4
3 changed files with 10 additions and 20 deletions
|
@ -20,3 +20,9 @@ LOCAL_PATH:= $(SERVO_TARGET_DIR)
|
|||
LOCAL_MODULE := servojni
|
||||
LOCAL_SRC_FILES := libsimpleservo.so
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_PATH:= $(SERVO_TARGET_DIR)/../../gstreamer/gst-build-$(APP_ABI)
|
||||
LOCAL_MODULE := gstreamer
|
||||
LOCAL_SRC_FILES := libgstreamer_android.so
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue