Lines Matching refs:system
5 system partition and give suggestions to copy necessary libraries to the vendor
12 1. The system and vendor image for your target
19 --system "/path/to/your/product_out/system" \
21 --aosp-system "/path/to/aosp/generic/system" \
32 1. `libexample1.so` should be copied to `/system/lib[64]/vndk-sp`.
57 --system "/path/to/your/product_out/system" \
59 --aosp-system "/path/to/aosp/generic/system" \
72 Some devices keep their vendor modules in `/system/vendor`. To run VNDK
73 definition tool for those devices, we have to skip `/system/vendor` and specify
77 --system ${ANDROID_PRODUCT_OUT}/system \
78 --system-dir-ignored vendor \
79 --vendor ${ANDROID_PRODUCT_OUT}/system/vendor \
91 /system/lib64/libart.so: /system/lib64/libart-compiler.so
96 --system ${ANDROID_PRODUCT_OUT}/system \
98 --aosp-system ${ANDROID_PRODUCT_OUT}/../generic_arm64_a \
108 $ simg2img system.img system.raw.img
112 $ mkdir system
116 $ sudo mount -o loop,ro system.raw.img system
121 --system system \
123 --aosp-system /path/to/aosp/generic/system \