Skip to content

Commit

Permalink
libavc: remove unused KEEP_THREADS_ACTIVE flag in Android.bp
Browse files Browse the repository at this point in the history
Bug: 376303949
Test: Build and review
Change-Id: If2eddf34e5c59b0d8b7e35b80b9b28a47f4d72a1
  • Loading branch information
srujan874 authored and harishdm committed Nov 4, 2024
1 parent 7d6f857 commit f6a923b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ cc_defaults {
"-Werror",
"-Wno-unused-variable",
"-Wno-null-pointer-arithmetic",
// #KEEP_THREAD_ACTIVE is experimental
"-UKEEP_THREADS_ACTIVE",
],
vendor_available: true,
host_supported: true,
Expand Down Expand Up @@ -785,6 +783,9 @@ cc_library_static {
cc_library_static {
name: "libsvcdec",
defaults: ["libavc_dec_defaults"],
cflags: [
"-UKEEP_THREADS_ACTIVE",
],
whole_static_libs: [
"libavcdec",
],
Expand Down

0 comments on commit f6a923b

Please sign in to comment.