Skip to content

Commit

Permalink
core: update nodejs-mobile v0.3.0
Browse files Browse the repository at this point in the history
Update the libnode binaries to v0.3.0 release.
Update the libnode headers.
Fix build issues to work with the new libnode headers.
  • Loading branch information
jaimecbernardo committed Apr 27, 2020
1 parent d127bcf commit 643306d
Show file tree
Hide file tree
Showing 843 changed files with 99,179 additions and 42,837 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const EventEmitter = require('events');
const NativeBridge = process.binding('cordova_bridge');
const NativeBridge = process._linkedBinding('cordova_bridge');

/**
* Built-in events channel to exchange events between the Cordova app
Expand Down
Binary file modified libs/android/libnode/bin/arm64-v8a/libnode.so.gz
Binary file not shown.
Binary file modified libs/android/libnode/bin/armeabi-v7a/libnode.so.gz
Binary file not shown.
Binary file modified libs/android/libnode/bin/x86/libnode.so.gz
Binary file not shown.
Binary file modified libs/android/libnode/bin/x86_64/libnode.so.gz
Binary file not shown.
17 changes: 0 additions & 17 deletions libs/android/libnode/include/node/chakra_ttd.h

This file was deleted.

Loading

0 comments on commit 643306d

Please sign in to comment.