Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a78e9adb authored by Tim Murray's avatar Tim Murray
Browse files

Convert Java/JNI to 64-bit, part 1.

This converts context and device storage to use long instead of int.

bug 11332320

Change-Id: If93a5d78385d3004d5e709762b78bd1d3538088d
parent 29868dfa
Loading
Loading
Loading
Loading
+115 −115

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ LOCAL_C_INCLUDES += \
	$(rs_generated_include_dir) \
	$(call include-path-for, corecg graphics)

LOCAL_CFLAGS +=
LOCAL_CFLAGS += -Wno-unused-parameter

LOCAL_LDLIBS := -lpthread
LOCAL_ADDITIONAL_DEPENDENCIES := $(addprefix $(rs_generated_include_dir)/,rsgApiFuncDecl.h)
+328 −328

File changed.

Preview size limit exceeded, changes collapsed.