libavc/examples
Hang Nguyen 70530453cc Redefine examples test modules as cc_binary
This change redefines the `cc_test` modules within the examples
directory as `cc_binary` modules.

Previously, these `cc_test` modules were effectively acting as wrappers
around executable binaries, solely for the purpose of generating test
executables. This approach did not allow for the direct installation of
these executables on devices.

Changing these modules to `cc_binary` allows the resulting executables
are produced as standalone binaries, enabling their deployment and
execution on test devices.

Bug: 414657128
Change-Id: I9caef8a5cf29c7d77b8bcd535f047a640c52285c
2025-05-09 22:11:54 -07:00
..
avcdec Rename test as examples 2023-09-28 10:22:54 +05:30
avcenc avcenc: Enabling keep_threads_active in cfg and avc_enc_fuzzer 2025-04-22 18:02:12 +05:30
mvcdec Rename test as examples 2023-09-28 10:22:54 +05:30
svcdec Rename test as examples 2023-09-28 10:22:54 +05:30
svcenc Rename test as examples 2023-09-28 10:22:54 +05:30
Android.bp Redefine examples test modules as cc_binary 2025-05-09 22:11:54 -07:00