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

Commit 66e0175e authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

Fix the obsolete vkjson path in gpu services

vkjson is now moved into framework/native/vulkan from external/LVL. Need
to update the path for vkjson headers for gpu service.

Test: adb shell cmd gpu vkjson
Bug: b/77613206
Change-Id: Id32775decf1f210618ac17c7a134f69fdf1737ac
parent 1602af94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ cc_library_shared {
    ],
    logtags: ["EventLog/EventLogTags.logtags"],
    include_dirs: [
        "external/vulkan-validation-layers/libs/vkjson",
        "frameworks/native/vulkan/vkjson",
        "frameworks/native/vulkan/include",
    ],
    cppflags: [