Fix typo in Android.mk

This commit is contained in:
Arcady Goldmints-Orlov 2024-08-15 17:33:14 -04:00 committed by arcady-lunarg
parent 4f01996c9d
commit d59c84d388

View File

@ -113,7 +113,7 @@ LOCAL_SRC_FILES:= \
glslang/MachineIndependent/preprocessor/Pp.cpp \
glslang/MachineIndependent/preprocessor/PpScanner.cpp \
glslang/MachineIndependent/preprocessor/PpTokens.cpp \
glslang/OSDependent/Unix/ossource.cpp
glslang/OSDependent/Unix/ossource.cpp \
SPIRV/CInterface/spirv_c_interface.cpp \
SPIRV/GlslangToSpv.cpp \
SPIRV/InReadableOrder.cpp \