mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 20:21:20 +00:00
91ede1126f
All prior changes can be found on the (will be published in the future) RazeXR repo
8 lines
No EOL
170 B
Makefile
8 lines
No EOL
170 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := vpx
|
|
LOCAL_SRC_FILES := src/vpx/$(TARGET_ARCH_ABI)/lib/libvpx.a
|
|
|
|
include $(PREBUILT_STATIC_LIBRARY) |