From 58c802f8e3e9aff010ea6037f00ca1bd498734cf Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Tue, 11 Jun 2024 10:59:00 +0900 Subject: Add product_config module product_config module will export productVariables struct (defined in android/variable.go). Other modules can depend on product_Config module to read product variables, without needing to update Soong. Bug: 346214955 Test: build and see output of product_config module Change-Id: I06e1d2716dc2a8b90984bb46c5fc901cd1ca5020 --- scripts/Android.bp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts/Android.bp') diff --git a/scripts/Android.bp b/scripts/Android.bp index 80cd93579..57766edba 100644 --- a/scripts/Android.bp +++ b/scripts/Android.bp @@ -291,6 +291,14 @@ python_binary_host { ], } +python_binary_host { + name: "merge_json", + main: "merge_json.py", + srcs: [ + "merge_json.py", + ], +} + python_binary_host { name: "buildinfo", main: "buildinfo.py", -- cgit v1.2.3-59-g8ed1b