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

Commit 800d77cc authored by John Reck's avatar John Reck
Browse files

Add libui requirements

Test: make
Change-Id: I78a3a7239b07976ad1ab0fc89c017a1defee2587
parent be5b5f3a
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -33,6 +33,13 @@ cc_library_headers {
    export_header_lib_headers: [
        "libarect_headers",
    ],
    // TODO(b/214400477) Remove apex_available
    apex_available: [
        "//apex_available:platform",
        "com.android.media.swcodec",
        "test_com.android.media.swcodec",
    ],
    min_sdk_version: "29",
}

cc_library_shared {
@@ -66,6 +73,13 @@ cc_library_headers {
        "libbase_headers",
        "libimapper_stablec",
    ],
    // TODO(b/214400477) Remove apex_available
    apex_available: [
        "//apex_available:platform",
        "com.android.media.swcodec",
        "test_com.android.media.swcodec",
    ],
    min_sdk_version: "29",
}

cc_test {
+4 −0
Original line number Diff line number Diff line
@@ -566,6 +566,8 @@ DEFINE_TYPE(SMPTE2094_40, std::optional<std::vector<uint8_t>>);

#undef DEFINE_TYPE

#if defined(__cplusplus) && __cplusplus >= 202002L

template <typename F, std::size_t... I>
void invokeWithStandardMetadata(F&& f, StandardMetadataType type, std::index_sequence<I...>) {
    // Setup the jump table, mapping from each type to a springboard that invokes the template
@@ -620,4 +622,6 @@ AIMapper_Error applyStandardMetadata(StandardMetadataType type, const void* _Non
    return retVal;
}

#endif

}  // namespace android::hardware::graphics::mapper
 No newline at end of file