ANDROID: Remove BRANCH in build.config.constants.

This is the cherry-pick of the change below. BRANCH is
already in build.config.common, so there is no change to
that file.

ANDROID: Move BRANCH back to build.config.common.

Revert "ANDROID: Move BRANCH from build.config.common to .constants."

This reverts commit 1dfe7be90d8d4941c82d54c22f8b326ebed037c7.

Reason for revert: BRANCH is no longer used anywhere in .bzl / BUILD
files. For dist_dir, we now use out/<target_name>/dist instead of
out/<branch>/dist.

This is one less item in build.config.constants that requires
kernel_toolchain_ext in bzlmod.

Bug: 276493276
Change-Id: I2efb9144b760c58eeec2eca9f11548943a057324
Signed-off-by: Yifan Hong <elsk@google.com>
1 file changed