Commit Graph

6 Commits

Author SHA1 Message Date
Spandan Das
6cd1f901bb Enforce min_sdk_version for mts dependencies
These 3 apps are used in a mts host test. Enforcing min_sdk_verion helps
ensure backwards compatibility with older devices.

Test: TH
Bug: 156476221
Change-Id: Ic374f43c67ed96885559a105cf5f356b57d3e5f0
2023-01-06 01:39:43 +00:00
Andrei Onea
816b8b6b99 Add fetch code for classpath jars
Fetch all *CLASSPATH jars and dump their data into .pb files in the temp
directory shared between the target preparer and the testcases.

Test: atest ClasspathFetcherTest
Bug: 254647172
Change-Id: I008001975ba5febbec5fec20a908b1dcc02308f6
2022-11-24 18:58:41 +00:00
Cole Faust
1525e8cdea Remove invisible unicode characters
Errorprone is being updated, and adds a check for
these characters.

Bug: 190944875
Test: Presubmits
Ignore-AOSP-First: This file only exists in internal master
Change-Id: I970673a984bb2285ce04704285cd0becfb3d5ce3
2022-02-07 12:45:20 -08:00
Pedro Loureiro
972eb590df Add test for getSystemSharedLibraryNames
This test verifies that PackageManager#getSystemSharedLibraryNames
returns libraries that were introduced via updatable shared libraries in
apexes.

Test: atest UpdatableSharedLibsTest
Bug: 191978330
Ignore-AOSP-First: logic under test is only available in internal master
Change-Id: I8a7bcc1a89cd056a5ecf3e4d519a38ff77addebd
2022-01-07 16:55:46 +00:00
Pedro Loureiro
0fc8728994 Write test to verify API is not accessible
Test: atest UpdatableSharedLibsTest

Bug: 191978330

Ignore-AOSP-First: logic under test is only available in internal master
Change-Id: Iebfed4a0f48ccbf17d5d7dae22980a178c54edfe
2021-11-09 10:37:10 +00:00
Pedro Loureiro
fbbd96754d Add e2e tests for updatable shared libs
Just adding the tests now, not making them run yet.

Test: atest UpdatableSharedLibsTest
Bug: 191978330
Ignore-AOSP-First: logic under test is only available in internal master

Change-Id: I48e8b9422c8703cd4cec6552e0dcfd3b82021816
2021-11-05 16:44:18 +00:00