summaryrefslogtreecommitdiff
path: root/java/app_test.go
AgeCommit message (Expand)Author
2021-08-27Rename BuildDir and NinjaBuildDir. Lukacs T. Berki
2021-08-20Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer. Ulya Trafimovich
2021-08-18Propagate <uses-library> dependencies from `java_library` to apps. Ulya Trafimovich
2021-08-13Fix the way manifest fixer detects optional <uses-library> entries. Ulya Trafimovich
2021-07-22Rename UpdatableBootJars to ApexBootJars. satayev
2021-03-30Remove extraneous calls to TestingBuildParams.RelativeToTop() Paul Duffin
2021-03-24Allow using updatable boot jars in dexpreopt (but don't use them yet). Ulya Trafimovich
2021-03-24Remove javaFixtureFactory Paul Duffin
2021-03-24Remove unused test methods and buildDir Paul Duffin
2021-03-24Remove uses of buildDir from java/app_test.go Paul Duffin
2021-03-17Fix app tests to work without javaMockFS() Paul Duffin
2021-03-17Convert app tests that depend on javaMockFS() to test fixtures Paul Duffin
2021-03-17Convert TestUsesLibraries to test fixtures Paul Duffin
2021-03-16Merge "Reimplement verify_uses_libraries.sh in manifest_check.py." Ulyana Trafimovich
2021-03-15Reimplement verify_uses_libraries.sh in manifest_check.py. Ulya Trafimovich
2021-03-13Clean up testApp and testAppConfig Paul Duffin
2021-03-09Lineage properties support module references. Jaewoong Jung
2021-03-02Merge "Do verify_uses_libraries check for APKs after patching library names." Ulyana Trafimovich
2021-03-02Merge "Respect `provides_uses_lib` for modules added via `[optional_]uses_libs`" Ulyana Trafimovich
2021-03-02Merge "Add `provides_uses_library` example to TestUsesLibrary check." Ulyana Trafimovich
2021-03-02Merge "Stricten TestUsesLibrary check." Ulyana Trafimovich
2021-03-01Do verify_uses_libraries check for APKs after patching library names. Ulya Trafimovich
2021-03-01Respect `provides_uses_lib` for modules added via `[optional_]uses_libs` Ulya Trafimovich
2021-02-26Propagate java resources in apps with no code Colin Cross
2021-02-26Add `provides_uses_library` example to TestUsesLibrary check. Ulya Trafimovich
2021-02-26Stricten TestUsesLibrary check. Ulya Trafimovich
2020-12-28Merge "Break up app.go." Jaewoong Jung
2020-12-23Fix library order in class loader context to agree with PackageManager. Ulya Trafimovich
2020-12-21Break up app.go. Jaewoong Jung
2020-12-08Prebuilt is enabled even if the source one is not. Jaewoong Jung
2020-12-07Merge "No matching variant android_app_import fix" Jaewoong Jung
2020-12-04No matching variant android_app_import fix Jaewoong Jung
2020-12-03Do not propagate <uses-library> deps through static SDK component libs. Ulya Trafimovich
2020-11-17java link time error improve Steven Moreland
2020-11-16Merge "Rework class loader context implementation." Ulyana Trafimovich
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-11-03Rework class loader context implementation. Ulya Trafimovich
2020-10-29Drop "android.hidl.manager" -> "android.hidl.base" dependency from class load... Ulya Trafimovich
2020-10-27Move part of logic from construct_context.py to Soong. Ulya Trafimovich
2020-10-27Fix handling of "android.test.mock" in class loader context. Ulya Trafimovich
2020-10-27Unify handling of compat and normal libs in class loader contexts. Ulya Trafimovich
2020-10-22Export proguard_flags_files from android_librarys Cole Faust
2020-10-12Merge "Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies." Jaewoong Jung
2020-10-12Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies. Jaewoong Jung
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-07Merge "Make lots of tests run in parallel" Colin Cross
2020-10-07Merge changes from topic "uses-libs-24" Ulyana Trafimovich
2020-10-06Make lots of tests run in parallel Colin Cross
2020-10-06Add dependency on implementation <uses-library> for modules that depend on co... Ulya Trafimovich
2020-09-22Convert more versions in config to ApiLevel. Dan Albert