Commit f2da8c38 authored by Wang LiangX's avatar Wang LiangX Committed by Stuart Scott
Browse files

Add -funsigned-char flag for opengl jni lib.



For ARM ABI, char was unsigned, but it's signed for X86 ABI.
Opengl JNI codes used type char as unsinged, it failed on
X86 platform.

Add -funsigned-char to fix this issue on x86 platform.
This flag also make maintaining compatibility for ARM platform.

bug: 13516401

Change-Id: I996a954e84190c36ff0f1a886d475ee0b8226831
Signed-off-by: default avatarWang LiangX <liangx.wang@intel.com>
(cherry picked from commit bac1dec8)
parent 1d786598
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment