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

Commit cd247361 authored by Roopa Sattiraju's avatar Roopa Sattiraju Committed by Gerrit Code Review
Browse files

Merge "Adding bt apex availablity to media dependencies"

parents fef5a2b0 44ff57e7
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -100,6 +100,11 @@ aidl_interface {
            vndk: {
            vndk: {
                enabled: true,
                enabled: true,
            },
            },
            min_sdk_version: "29",
            apex_available: [
                "//apex_available:platform",
                "com.android.bluetooth",
            ],
        },
        },
    },
    },
}
}