xref: /aosp_15_r20/system/apex/tests/testdata/sharedlibs/README.md (revision 33f3758387333dbd2962d7edbd98681940d895da)
1*33f37583SAndroid Build Coastguard Worker### Test artifacts for shared libraries APEX support
2*33f37583SAndroid Build Coastguard Worker
3*33f37583SAndroid Build Coastguard WorkerThis directory contains APEX packages used for testing the platform support for
4*33f37583SAndroid Build Coastguard Workermoving shared libraries used by binaries within an APEX package into another
5*33f37583SAndroid Build Coastguard WorkerAPEX package.
6*33f37583SAndroid Build Coastguard Worker
7*33f37583SAndroid Build Coastguard WorkerDue to the peculiarity of the build needs, this directory contains prebuilt
8*33f37583SAndroid Build Coastguard Workerartifacts used by tests. In order to regenerate these artifacts, run from the
9*33f37583SAndroid Build Coastguard Workerroot of the tree:
10*33f37583SAndroid Build Coastguard Worker
11*33f37583SAndroid Build Coastguard Worker```shell script
12*33f37583SAndroid Build Coastguard Worker./system/apex/tests/testdata/sharedlibs/build/build_artifacts.sh
13*33f37583SAndroid Build Coastguard Worker```