aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorYu Liu <yudiliu@google.com>2023-01-26 01:03:35 +0000
committerYu Liu <yudiliu@google.com>2023-01-26 01:03:35 +0000
commitfc1ea84b6b65bd0134fe06291374ee2816bd51db (patch)
tree14716d61302637462a52357eb1b5a9493e518641 /ci
parent64a0081112a3664b4680738b9f8db323352372b4 (diff)
downloadbazel-fc1ea84b6b65bd0134fe06291374ee2816bd51db.tar.gz
Comment out some bp2build and mixed build targets until we support librustc_demangle_static.
Bug: 266446882 Test: run bp2build.sh and mixed build Change-Id: Ifbcbefd4954f48d0b0fda056ddb48835af63fe20
Diffstat (limited to 'ci')
-rwxr-xr-xci/mixed_libc.sh9
-rw-r--r--ci/target_lists.sh15
2 files changed, 21 insertions, 3 deletions
diff --git a/ci/mixed_libc.sh b/ci/mixed_libc.sh
index 6c06fa98..6fabf9bc 100755
--- a/ci/mixed_libc.sh
+++ b/ci/mixed_libc.sh
@@ -15,12 +15,15 @@ fi
TARGETS=(
CaptivePortalLogin
bluetoothtbd
- com.android.media
- com.android.media.swcodec
com.android.neuralnetworks
- com.android.runtime
framework-minus-apex
libsimpleperf
+
+
+ # TODO(b/266459895): uncomment these after re-enabling libunwindstack
+ # com.android.media
+ # com.android.media.swcodec
+ # com.android.runtime
)
# Run a mixed build of "libc"
diff --git a/ci/target_lists.sh b/ci/target_lists.sh
index 01d4b3c2..c8e8f7d3 100644
--- a/ci/target_lists.sh
+++ b/ci/target_lists.sh
@@ -29,6 +29,21 @@ BUILD_TARGETS_LIST=(
-//external/e2fsprogs/resize:all
-//external/e2fsprogs/debugfs:all
-//external/e2fsprogs/e2fsck:all
+
+ # TODO(b/266459895): remove these after re-enabling libunwindstack
+ -//bionic/libc/malloc_debug:libc_malloc_debug
+ -//bionic/libfdtrack:libfdtrack
+ -//frameworks/av/services/mediacodec:mediaswcodec
+ -//frameworks/av/media/codec2/hidl/1.0/utils:libcodec2_hidl@1.0
+ -//frameworks/native/opengl/libs:libEGL
+ -//frameworks/av/media/module/bqhelper:libstagefright_bufferqueue_helper_novndk
+ -//frameworks/native/opengl/libs:libGLESv2
+ -//frameworks/av/media/codec2/hidl/1.1/utils:libcodec2_hidl@1.1
+ -//frameworks/av/media/module/codecserviceregistrant:libmedia_codecserviceregistrant
+ -//frameworks/av/media/codec2/hidl/1.2/utils:libcodec2_hidl@1.2
+ -//system/unwinding/libunwindstack:all
+ -//system/core/libutils:libutils_test
+ -//system/core/libutils:libutilscallstack
)
BUILD_TARGETS="${BUILD_TARGETS_LIST[@]}"