Merge "meson_to_hermetic: Code health / lint update" into main am: ab3e13cee2

Original change: https://android-review.googlesource.com/c/platform/external/mesa3d/+/3244459

Change-Id: If2ecb51efb5ac3c2058843591150254bce75e898
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Brandon Nguyen 2024-08-29 23:11:23 +00:00 committed by Automerger Merge Worker
commit ad65872f95
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# meson-to-hermetic: automated build system generation
# meson_to_hermetic: automated build system generation
Goal: ease the integration of Mesa as a component inside larger projects like
Android (AOSP).

View file

@ -127,7 +127,7 @@ class Dependency:
return hash(self.unique_id)
def __eq__(self, other):
return self.unique_id == other._unique_id
return self.unique_id == other.unique_id
class CommandReturn: