Add Chromium-only Blender WebEngine parity work
This commit is contained in:
28
blender-5.2.0/extern/opensubdiv-source/opensubdiv/osd/Android.mk
vendored
Normal file
28
blender-5.2.0/extern/opensubdiv-source/opensubdiv/osd/Android.mk
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# Copyright 2013 Pixar
|
||||
#
|
||||
# Licensed under the terms set forth in the LICENSE.txt file available at
|
||||
# https://opensubdiv.org/license.
|
||||
#
|
||||
|
||||
# This file is used by the Android NDK to allow OpenSubdiv libraries
|
||||
# to be imported by client modules.
|
||||
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE = OpenSubdivOsdCPU
|
||||
LOCAL_SRC_FILES = libs/armeabi-v7a/libosdCPU.so
|
||||
LOCAL_EXPORT_C_INCLUDES = $(LOCAL_PATH)/include
|
||||
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE = OpenSubdivOsdGPU
|
||||
LOCAL_SRC_FILES = libs/armeabi-v7a/libosdGPU.so
|
||||
LOCAL_EXPORT_C_INCLUDES = $(LOCAL_PATH)/include
|
||||
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user