Lines Matching refs:installed
74 #### File types and places where they are installed in apex
124 * `//apex_available:platform`: The module can be installed to the platform,
145 `native_shared_libs`: installed for **_both_** primary and secondary ABIs of the
148 installed.
150 `binaries`: installed only for the **_primary_** ABI of the device. In other
154 installed.
157 binary is installed.
159 installed.
162 binary is installed.
165 installed, use
185 native_shared_libs: ["libFoo"], // installed for 32 and 64
186 binaries: ["exec1"], // installed for 64, but not for 32
189 native_shared_libs: ["libBar"], // installed for 64, but not for 32
194 binaries: ["exec3"], // installed for 32 and 64
197 native_shared_libs: ["libX"], // installed for 32, but not for 64
200 native_shared_libs: ["libY"], // installed for 64, but not for 32
370 3. When an updated version of the APEX is installed in `/data/apex/active`, the
435 legacy kernel. Files in a flattened APEX are directly installed to a directory
437 my.apex is installed to `/system/apex/my.apex/lib/libFoo.so`.