Skip to content
Snippets Groups Projects
Commit 8283b0cf authored by Sourabh Banerjee's avatar Sourabh Banerjee
Browse files

set_bb_env: include DEBUG_BUILD in unset_bb_env

If DEBUG_BUILD isn't unset the subsequent flavor perf/user carry debug artefacts

Change-Id: Ia4ebe9a2f64f4ea76311b3ef91f42c2941d3a934
parent e77b165c
No related branches found
No related tags found
No related merge requests found
......@@ -737,7 +737,7 @@ rebake() {
}
unset_bb_env() {
unset DISTRO MACHINE VARIANT
unset DISTRO MACHINE VARIANT DEBUG_BUILD
}
# Find build templates from qti meta layer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment