a62f7bd394caca81c7eb9cfb45ec16b5e2716f95
This commit adds LL-NDK-Private, VNDK-Private, and VNDK-SP-Private. * LL-NDK-Private stands for the dependencies of LL-NDK shared libraries that must be inaccessible to vendor modules. * VNDK-Private stands for the VNDK shared libraries that can be used by other VNDK shared libraries but must be inaccessible to vendor modules. This is the replacement for VNDK-Indirect, which was defined as an alias of VNDK previously. * VNDK-SP-Private stands for the VNDK shared libraries that can be used by other VNDK-SP shared libraries but must be inaccessible to vendor modules. This is the replacement for VNDK-SP-Indirect-Private. This commit also renames: * LL-NDK-Indirect --> LL-NDK-Private * VNDK-Indirect --> VNDK-Private * VNDK-SP-Indirect-Private --> VNDK-SP-Private Test: ./tests/run.py Change-Id: I499d39e393cf265d59ec529e69ea15b670384e99
Description
android_development
Languages
PostScript
31.4%
TypeScript
16.9%
C++
15.5%
Python
11.8%
Java
11.4%
Other
12.7%