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

Commit b6c0bd1a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix build error for gen_build_prop.py" into main

parents 58d4898b ac4a7277
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,9 +19,12 @@
import argparse
import contextlib
import json
import os
import subprocess
import sys

TEST_KEY_DIR = "build/make/target/product/security"

def get_build_variant(product_config):
  if product_config["Eng"]:
    return "eng"