platform_build_soong/tests
Lukacs T. Berki e3487c8848 Add a test for correctness of C++ compilation.
This required the following:

- Adding Platform_base_sdk_extension_version to default soong.variables
- Teaching the symlink tree creation code to understand symlinks
- Making finder.go follow symlinks when requested

Adding yet another knob is unfortunate, but I can't allow that
unconditionally because the Android code base contains a number of
symlinks giving rise to infinite directory trees because they point back
to their parent and this seemed preferable to adding complicated logic
like "follow symlink but if only its fully resolved version does not
point under the source tree".

I could be convinced about the latter, though.

Test: Presubmits.
Change-Id: I453f6b7e5334771f5832c700db00f9d24ed1d82f
2022-05-04 09:12:01 +02:00
..
androidmk_test.sh Add tests for converting license in androidmk 2021-12-07 11:26:16 -08:00
bootstrap_test.sh Remove the out/soong/.bootstrap directory. 2021-11-04 09:47:58 +01:00
bp2build_bazel_test.sh Add a test for correctness of C++ compilation. 2022-05-04 09:12:01 +02:00
lib.sh Add a test for correctness of C++ compilation. 2022-05-04 09:12:01 +02:00
mixed_mode_test.sh Fix OUT_DIR lookup in mixed builds. 2021-06-01 12:07:40 +00:00
run_integration_tests.sh Add tests for converting license in androidmk 2021-12-07 11:26:16 -08:00
soong_test.sh Ensure directories in the Soong output dir have appropriate permissions, so that 'm clean' works. 2021-08-12 05:07:11 -04:00