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

Commit d88c2d8e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes from topic "libcppbor_name" into main

* changes:
  Apply bpfmt
  Remove unnecessary "_external" suffix from libcppbor
parents b0cad002 3c1b163a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ cc_library {
        "src/**/*.cpp",
    ],
    export_include_dirs: [
        "include"
        "include",
    ],
    shared_libs: [
        "libbinder_ndk",
@@ -17,7 +17,7 @@ cc_library {
        "android.hardware.drm-V1-ndk",
        "android.hardware.security.rkp-V3-ndk",
        "libbase",
        "libcppbor_external",
        "libcppbor",
    ],
    defaults: [
        "keymint_use_latest_hal_aidl_ndk_shared",
@@ -42,7 +42,7 @@ cc_binary {
        "android.hardware.drm-V1-ndk",
        "android.hardware.security.rkp-V3-ndk",
        "libbase",
        "libcppbor_external",
        "libcppbor",
        "libmediadrmrkp",
    ],
    vendor: true,