Lines Matching refs:to
4 VNDK definition tool was designed to classify all shared libraries in the
5 system partition and give suggestions to copy necessary libraries to the vendor
19 --system "/path/to/your/product_out/system" \
20 --vendor "/path/to/your/product_out/vendor" \
21 --aosp-system "/path/to/aosp/generic/system" \
32 1. `libexample1.so` should be copied to `/system/lib[64]/vndk-sp`.
33 2. `libexample2.so` should be copied to `/vendor/lib[64]/vndk-sp`.
34 3. `libexample3.so` should be copied to `/vendor/lib[64]`.
40 process to copy shared libraries. Please copy a boilerplate, rename it as
51 * `$(YOUR_DEVICE_NAME)` has to be replaced by your own device product name.
57 --system "/path/to/your/product_out/system" \
58 --vendor "/path/to/your/product_out/vendor" \
59 --aosp-system "/path/to/aosp/generic/system" \
63 These boilerplates only define the modules to copy shared libraries.
64 Developers have to add the phony package name to `PRODUCT_PACKAGES` variable in
73 definition tool for those devices, we have to skip `/system/vendor` and specify
106 command to mount the images and run `vndk_definition_tool.py` with `sudo`:
123 --aosp-system /path/to/aosp/generic/system \