Fix build error for gen_build_prop.py

Provided undefined constants and imports.

Bug: 346214958
Test: Define "PRODUCT_DEFAULT_DEV_CERTIFICATE := \
                 build/make/target/product/security/testkey" and
      m aosp_cf_system_x86_64
Change-Id: Ic65f059fe87a997a9be695ebf13dfde2d2c6f82c
This commit is contained in:
Justin Yun 2024-07-03 13:34:29 +09:00 committed by Bartłomiej Rudecki
parent 3ea2ca1ede
commit 7a3899f93f
Signed by: przekichane
GPG key ID: 751F23C6F014EF76

View file

@ -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"