1# Privacy Sandbox tools integration tests
2
3Integration test (app and SDK) using the App-SDK bridge (the "shim library").
4
5testsdk/ contains an SDK (using the API Compiler), manually setting AidlInput and FrameworkAidlInput
6instead of using
7androidx.privacysandbox.library (https://developer.android.com/jetpack/androidx/releases/privacysandbox-plugins)
8since we want to use the HEAD versions of the shim tools.
9
10testsdk-asb/ wraps the test SDK in an Android SDK Bundle (ASB), using
11com.android.privacy-sandbox-sdk.
12
13testapp/ contains a simple Android app with a dependency on testsdk-asb, using the HEAD version of
14the API Generator. This is the project which will contain the integration tests themselves.
15