Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db8d6016 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Move lc3_enc -> lc3 am: d0a41af2

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1936077

Change-Id: If5dd75a6f8cbda119b395356e4642e92bc802ea0
parents 2fcccafe d0a41af2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ cc_test {
        "libbt-protos-lite",
        "libosi",
        "liblc3codec",
        "liblc3encoder",
        "liblc3",
    ],
    sanitize: {
        cfi: true,
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#include "device/include/controller.h"
#include "devices.h"
#include "embdrv/lc3_dec/Api/Lc3Decoder.hpp"
#include "embdrv/lc3_enc/include/lc3.h"
#include "embdrv/lc3/include/lc3.h"
#include "gatt/bta_gattc_int.h"
#include "le_audio_types.h"
#include "osi/include/osi.h"
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ cc_test {
        "libFraunhoferAAC",
        "libg722codec",
        "liblc3codec",
        "liblc3encoder",
        "liblc3",
        "libbtdevice",
        "libbt-hci",
        "libudrv-uipc",
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ package {
}

cc_library_static {
    name: "liblc3encoder",
    name: "liblc3",
    host_supported: true,
    apex_available: [

@@ -48,13 +48,13 @@ cc_library_static {
}

cc_fuzz {
  name: "liblc3encoder_fuzzer",
  name: "liblc3_fuzzer",

  srcs: [
    "fuzzer/liblc3encoder_fuzzer.cpp",
  ],

  static_libs: [
    "liblc3encoder",
    "liblc3",
  ],
}
Loading