From b9c1bf8bbfebdeb6d346edea35be71d7c778893f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 18 Feb 2026 21:13:38 +0000 Subject: [PATCH] libhevc: ignore BTI for now. The assembler in this project needs updating, but we want to enable the bti-report=error flag globally. Change-Id: Id7d8e3c52c74f007c73729bac35b76c23cd02956 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 731831c..3dd3d0c 100644 --- a/Android.bp +++ b/Android.bp @@ -35,6 +35,7 @@ cc_library_headers { cc_library_static { name: "libhevcdec", + defaults: ["no_bti"], vendor_available: true, host_supported: true, @@ -441,6 +442,7 @@ cc_test { cc_library_static { name: "libhevcenc", + defaults: ["no_bti"], vendor_available: true, host_supported: true, cflags: [