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

Commit cfead6da authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "$ANDROID_BUILD_TOP isn't set for continuous builds."

parents 09b66b93 608fb70d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ ff_list = []

r = re.compile(r'#define\s+(\S+)\s+((?:0x)?\d+)')

with open(os.environ['ANDROID_BUILD_TOP'] + '/bionic/libc/kernel/uapi/linux/input.h', 'r') as f:
with open('bionic/libc/kernel/uapi/linux/input.h', 'r') as f:
  for line in f:
    m = r.match(line)
    if m: