aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android/java/bazel/jni.cc
Commit message (Collapse)AuthorAge
* New-style android exampleGravatar Steven Dee2015-08-04
| | | | | | | | | | | | | - Make the jni target depend on another cc_library. - Disable legacy native support in hello_world. - Make MainActivity load hello_world rather than jni. -- Change-Id: I497ba680eec4e16ee14628294d2c1260db69ad82 Reviewed-on: https://bazel-review.googlesource.com/#/c/1740/ MOS_MIGRATED_REVID=99709707
* Add an example Android app and a README.md file that details how to compile it.Gravatar Lukacs Berki2015-07-20
-- MOS_MIGRATED_REVID=98621744