Skip to content

Commit

Permalink
Fix wrong doc in hello-libs' README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfan committed Nov 29, 2017
1 parent ae0bb4d commit ce096f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-libs/README.md
Expand Up @@ -23,8 +23,8 @@ When importing libraries into your app, include the following in your app's `CMa
* configure each library binary location(using `set_target_properties`)
* configure each library headers location (using `target_include_directories`)

Note: For shared libraries, with android plugin 2.2.0-alpha3+, once declared as SHARED IMPORTED, Android
Studio will automatically pack them into the resulting APK. The library will be used both on host and on the target Android device.
For shared libraries, notify gradle to pack them into APK. One simple way is to include the shared lib directory into application's jniLibs directory:
* jniLibs.srcDirs = ['../distribution/gperf/lib']

Pre-requisites
--------------
Expand Down

0 comments on commit ce096f5

Please sign in to comment.