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

Commit acd5def6 authored by Huihong Luo's avatar Huihong Luo
Browse files

Sync with new drm common aidl interface

A common base aidl interface is introduced.

This is safe (and unflagged) because the same types are simply moved to a different compilation unit, and it's only build time changes.

Flag: EXEMPT bugfix
Bug: 293945485
Test: manaul
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9373e8311ccedf55da1a5ad101f6c25e578c9629)
Merged-In: I54b1ebbb1e9e3467ecb401555c4de42dfcaf8ca6
Change-Id: I54b1ebbb1e9e3467ecb401555c4de42dfcaf8ca6
parent 0826325e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ cc_library {
    ],
    static_libs: [
        "android.hardware.common-V2-ndk",
        "android.hardware.drm.common-V1-ndk",
        "android.hardware.drm-V1-ndk",
        "android.hardware.security.rkp-V3-ndk",
        "libbase",
@@ -39,6 +40,7 @@ cc_binary {
    ],
    static_libs: [
        "android.hardware.common-V2-ndk",
        "android.hardware.drm.common-V1-ndk",
        "android.hardware.drm-V1-ndk",
        "android.hardware.security.rkp-V3-ndk",
        "libbase",
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ cc_defaults {

    static_libs: [
        "android.hardware.common-V2-ndk",
        "android.hardware.drm.common-V1-ndk",
        "android.hardware.drm-V1-ndk",
        "libbase",
        "libclearkeybase",