aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/create-user-build-script
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-07-12 11:58:24 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-07-12 11:58:24 +0800
commit4753a0453c597926fa0f5a46c5d4267a243f41fd (patch)
tree63422ae6b00d3d5b040bad1b01115d5a3ba1063f /build-scripts/create-user-build-script
parent2e215e82c14634242fd39586a1521f8c7b1cbc86 (diff)
create-user-build-script: export TARGET_OPTIMIZE_FOR_SIZE and USE_CLANG_PLATFORM_BUILD
TARGET_OPTIMIZE_FOR_SIZE: variant for low mem build USE_CLANG_PLATFORM_BUILD: variant for clang build Change-Id: I25d7e737a87d1d7862f6f3fdf374295753cd2d5d Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'build-scripts/create-user-build-script')
-rwxr-xr-xbuild-scripts/create-user-build-script2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script
index d1e3c2c..4492070 100755
--- a/build-scripts/create-user-build-script
+++ b/build-scripts/create-user-build-script
@@ -209,6 +209,8 @@ EOF
export_config_env_var "TARGET_KERNEL_SOURCE"
export_config_env_var "TARGET_BUILD_KERNEL"
export_config_env_var "TARGET_BOOTIMAGE_USE_FAT"
+ export_config_env_var "TARGET_OPTIMIZE_FOR_SIZE"
+ export_config_env_var "USE_CLANG_PLATFORM_BUILD"
}