Home | History | Annotate | Download | only in guides

Lines Matching full:your

21    <li>Distributing your own libraries to third-party NDK developers without distributing your
23 <li>Using a prebuilt version of your own libraries to speed up your build.</li>
37 Specify the path relative to the value of your {@code LOCAL_PATH} variable.</p>
38 <p class="note"><strong>Note: </strong> You must make sure to select the version of your prebuilt
39 library appropriate to your target ABI. For more information on ensuring library support for
60 <p>The build system places a copy of your prebuilt shared library into {@code $PROJECT/obj/local},
62 {@code $PROJECT} is the root directory of your project.</p>
118 <p>You must make sure to select the right version of your prebuilt shared library for your targeted
124 <p>For example, assume that your project contains two versions of library {@code libfoo.so}:</p>