• Home
Name Date Size #Lines LOC

..--

testapp/08-Apr-2025-485315

testsdk/08-Apr-2025-247172

testsdk-asb/08-Apr-2025-4839

README.mdD08-Apr-2025707 1510

README.md

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