xref: /aosp_15_r20/external/autotest/client/common_lib/README (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1*9c5db199SXin LiREADME
2*9c5db199SXin Li======
3*9c5db199SXin Li
4*9c5db199SXin LiThis directory is the holding area for storing libraries which are common
5*9c5db199SXin Lito both client and server. Libraries which are client-specific should live
6*9c5db199SXin Liin client/bin and libraries which are server-specific should live in
7*9c5db199SXin Liserver.
8*9c5db199SXin Li
9*9c5db199SXin LiThis directory is a sub-directory of client because AutoTest doesn't install
10*9c5db199SXin Lianything but the client directory.
11*9c5db199SXin Li
12*9c5db199SXin LiLibraries in this directory should only rely on other libraries in this
13*9c5db199SXin Lidirectory. In other words, they should not reach out in client/bin or server.
14