Lines Matching refs:installed
74 #### File types and places where they are installed in apex
130 * `//apex_available:platform`: The module can be installed to the platform,
151 `native_shared_libs`: installed for **_both_** primary and secondary ABIs of the
154 installed.
156 `binaries`: installed only for the **_primary_** ABI of the device. In other
160 installed.
163 binary is installed.
165 installed.
168 binary is installed.
171 installed, use
191 native_shared_libs: ["libFoo"], // installed for 32 and 64
192 binaries: ["exec1"], // installed for 64, but not for 32
195 native_shared_libs: ["libBar"], // installed for 64, but not for 32
200 binaries: ["exec3"], // installed for 32 and 64
203 native_shared_libs: ["libX"], // installed for 32, but not for 64
206 native_shared_libs: ["libY"], // installed for 64, but not for 32
376 3. When an updated version of the APEX is installed in `/data/apex/active`, the