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

Commit a4df5019 authored by John Reck's avatar John Reck
Browse files

Enable querying for IAllcoatorAidl

sepolicy changes have merged through

Bug: 193558894
Test: build, boot, verify no sepolicy errors
Change-Id: I5fe2739e98d15d6bdff7966c321c874ed371f810
parent eb98d0e0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -108,9 +108,6 @@ static inline void sBufferDescriptorInfo(std::string name, uint32_t width, uint3
static bool hasIAllocatorAidl() {
    // Avoid re-querying repeatedly for this information;
    static bool sHasIAllocatorAidl = []() -> bool {
        // TODO: Enable after landing sepolicy changes
        if constexpr ((true)) return false;

        if (__builtin_available(android 31, *)) {
            return AServiceManager_isDeclared(kAidlAllocatorServiceName.c_str());
        }