mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
cmd/gomobile: call System.loadLibrary for .aar
Change-Id: I3fd099910cfb1fe112ded4386905d370acfea002 Reviewed-on: https://go-review.googlesource.com/11816 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
@@ -15,7 +15,6 @@ import go.testpkg.Testpkg;
|
||||
|
||||
public class SeqTest extends AndroidTestCase {
|
||||
public SeqTest() {
|
||||
System.loadLibrary("gojni");
|
||||
}
|
||||
|
||||
public void testAdd() {
|
||||
|
||||
Reference in New Issue
Block a user