Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
build/ | 23-Nov-2023 | - | 1,866 | 1,556 | ||
prebuilts/ | 23-Nov-2023 | - | 302 | 285 | ||
README.md | D | 23-Nov-2023 | 483 | 13 | 10 |
README.md
1### Test artifacts for shared libraries APEX support 2 3This directory contains APEX packages used for testing the platform support for 4moving shared libraries used by binaries within an APEX package into another 5APEX package. 6 7Due to the peculiarity of the build needs, this directory contains prebuilt 8artifacts used by tests. In order to regenerate these artifacts, run from the 9root of the tree: 10 11```shell script 12./system/apex/tests/testdata/sharedlibs/build/build_artifacts.sh 13```