1name: "fbjni" 2description: 3 "The Facebook JNI helpers library is designed to simplify usage of the Java " 4 "Native Interface. The helpers were implemented to ease the integration of " 5 "cross-platform mobile code on Android, but there are no Android specifics " 6 "in the design. It can be used with any Java VM that supports JNI." 7 8third_party { 9homepage: "https://github.com/facebookincubator/fbjni" 10 identifier { 11 type: "Archive" 12 value: "https://github.com/facebookincubator/fbjni" 13 primary_source: true 14 version: "v0.7.0" 15 } 16 version: "v0.7.0" 17 last_upgrade_date { year: 2024 month: 11 day: 25 } 18 license_type: NOTICE 19}