Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><br><br><br> <b>Correction:</b> <br> Using user tag is no longer recommended. <br> Instead, <br></p> <pre><code>Add "LOCAL_MODULE_TAGS := optional" Then add "LOCAL_MODULE" value to PRODUCT_PACKAGES section of product makefile. </code></pre> <p><strong>Original post:</strong></p> <p>LOCAL_MODULE_TAGS defines in which build flavor this module should be installed. <br> Just give "user" tag, if you want the module to be installed in all of (user, userdebug, eng)</p> <p>You can find full document <a href="http://www.kandroid.org/online-pdk/guide/build_system.html" rel="nofollow noreferrer">here</a></p> <pre class="lang-none prettyprint-override"><code>eng This is the default flavor. A plain make is the same as make eng. * Installs modules tagged with: eng, debug, user, and/or development. * Installs non-APK modules that have no tags specified. * Installs APKs according to the product definition files, in addition to tagged APKs. * ro.secure=0 * ro.debuggable=1 * ro.kernel.android.checkjni=1 * adb is enabled by default. user make user This is the flavor intended to be the final release bits. * Installs modules tagged with user. * Installs non-APK modules that have no tags specified. * Installs APKs according to the product definition files; tags are ignored for APK modules. * ro.secure=1 * ro.debuggable=0 * adb is disabled by default. userdebug make userdebug The same as user, except: * Also installs modules tagged with debug. * ro.debuggable=1 * adb is enabled by default. </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload