From 5b48e316c6fd1cfa823b03757098aae184824d59 Mon Sep 17 00:00:00 2001 From: mpmedia Date: Wed, 27 May 2026 12:20:54 -0500 Subject: [PATCH] fix: decode base64-encoded file content --- serialport/src/main/cpp/gen_SerialPort_h.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/serialport/src/main/cpp/gen_SerialPort_h.sh b/serialport/src/main/cpp/gen_SerialPort_h.sh index e063e38..3898475 100644 --- a/serialport/src/main/cpp/gen_SerialPort_h.sh +++ b/serialport/src/main/cpp/gen_SerialPort_h.sh @@ -1,2 +1,3 @@ -IyEvYmluL3NoCmphdmFoIC1vIFNlcmlhbFBvcnQuaCAtam5pIC1jbGFzc3BhdGggLi4vamF2YSBh -bmRyb2lkLnNlcmlhbHBvcnQuU2VyaWFsUG9ydAoK \ No newline at end of file +#!/bin/sh +javah -o SerialPort.h -jni -classpath ../java android.serialport.SerialPort +