Jason Macnak

Results 4 issues of Jason Macnak

This was originally in the Cuttlefish project but was then moved to gfxstream project in order to simplify building with glibc as a prebuilt for aarch64 support. This can be...

Adding the following to `buildozer/buildozer_test.sh`: ```sh function test_dict_set_with_select() { in='cc_library( name = "lib", a_dictionary_attribute = { "key1": "val1", } | select({ "@platforms//cpu:arm64": { "key2": "val2", }, "//conditions:default": {}, }), )'...

Adds a new bazel test wrapper that uses the new `cvd fetch --test_suite_build=` option from https://github.com/google/android-cuttlefish/pull/1882 to download android cts, to run cts with some given args, and to convert...

Based off of @z-wen-z 's ag/25579081 and migrated from aosp/3173701 Bug: b/353330529 Test: `bazel run cuttlefish/package:cvd -- create --host_substitutions=all` and interact with device at https://localhost:1443/