Commit Graph

16 Commits

Author SHA1 Message Date
Yi Kong
362369c2e9 ANDROID: clang: update to 17.0.2
Change-Id: Iac98d18aa284b05267d47a08b30102103e71d293
Test: presubmit
Bug: 277565884
Bug: 279955553
Signed-off-by: Yi Kong <yikong@google.com>
2023-05-15 18:53:36 +00:00
Yifan Hong
dac17bb8f7 ANDROID: kleaf: move NDK_TRIPLE for arm to build.config.constants.
... so it can be read by Bazel @kernel_toolchain_info
later.

Test: TH
Bug: 272164611
Change-Id: I04648f8fb28537544287797673810946dedb58f3
Signed-off-by: Yifan Hong <elsk@google.com>
2023-05-09 22:36:11 +00:00
Yi Kong
244e3955fe ANDROID: clang: update to 17.0.0
Bug: 264965700
Change-Id: Icccbbe9c188b4fca580789d7ad72f289fbcc1c78
Signed-off-by: Yi Kong <yikong@google.com>
2023-03-28 17:12:02 +00:00
Yifan Hong
dec4cb5ca6 ANDROID: Move NDK_TRIPLE to build.config.constants.
... so that they can be loaded by Kleaf extensions
and read during the loading phase.

Moving forward, we should remove build configs in
the future and express constants in .bzl files. However,
for now, until kernel_build has been migrated to
use the defined cc_toolchain, we must keep this file.

Test: Treehugger
Bug: 228238975
Change-Id: Id9628663785970c460470382e1ae162e1112203d
Signed-off-by: Yifan Hong <elsk@google.com>
2023-02-14 14:13:51 -08:00
Ulises Mendez Martinez
22bb0d018d ANDROID: clang: update to 16.0.2
* This is specially needed after I10e3dd8a656ab60cab231a9edc05a95d29d54249

Bug: 261223935
Bug: 268396017
Change-Id: I1d8f145d7d8593627ee103e646f267d99d348026
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
Signed-off-by: Yifan Hong <elsk@google.com>
2023-02-08 15:35:59 -08:00
Will McVicker
e486eabf3a ANDROID: update the BRANCH constant
... as part of setting up this branch.

Bug: 259701619
Change-Id: I4bfee9b34d63034e563af95c1aa0696418c6ec65
Signed-off-by: Will McVicker <willmcvicker@google.com>
2023-01-03 15:51:00 -08:00
Nick Desaulniers
521dca1404 ANDROID: clang: update to 16.0.1
Bug: 261223935
Change-Id: I2127dcf4f7ca678f14e920dac667758457a4b270
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
2022-12-08 18:43:55 +00:00
Nick Desaulniers
bfd43e7760 ANDROID: clang: update to 15.0.2
Bug: 250930332
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I51c27dfbf6b39b7e3396669ce41568c0e0101073
2022-10-12 07:12:54 +00:00
Yi Kong
d339efacc3 ANDROID: clang: update to 15.0.1
Bug: 236798112
Change-Id: I3d618fbd42046409013c14d18e409f89a285f9ee
Signed-off-by: Yi Kong <yikong@google.com>
2022-09-07 15:50:48 +00:00
Yi Kong
e39d2a40b1 ANDROID: clang: update to 14.0.7
Bug: 219872481
Change-Id: I8d7432863882c4654e565461c4174c863236b068
Signed-off-by: Yi Kong <yikong@google.com>
2022-05-02 19:41:28 +00:00
Yifan Hong
1dfe7be90d ANDROID: Move BRANCH from build.config.common to .constants.
This allows Bazel to load the value of $BRANCH in order
to determine the value of --dist_dir of copy_to_dist_dir
statically.

Test: TH
Bug: 229268271

Change-Id: Iff759b8188360ea1b2bc204d29750eece9095582
Signed-off-by: Yifan Hong <elsk@google.com>
2022-04-14 14:20:54 -07:00
Yi Kong
fd3d3e7651 ANDROID: clang: update to 14.0.4
Bug: 225394140
Signed-off-by: Yi Kong <yikong@google.com>
Change-Id: I9827278521b2b7599c22e3df09d27d13b85ef44b
2022-04-13 08:31:38 +08:00
Nick Desaulniers
a663c0c70d ANDROID: clang: update to 14.0.3
Bug: 225394140
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I64030d44b33ae4621d8e6938aeccd7c946b60800
2022-03-24 12:41:35 -07:00
Nick Desaulniers
12ced1aab6 ANDROID: clang: update to 14.0.2
Bug: 218541542
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I2af04f2ebda90e5bbff604739d64fb192680e67a
2022-02-10 11:04:05 -08:00
Nick Desaulniers
e016901ad4 ANDROID: clang: update to 14.0.1
Bug: 213621148
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I00bee80f41b56493296840fd8ae7987cf44f0569
2022-01-12 10:21:29 +00:00
Matthias Maennich
5d1e61a486 ANDROID: move CLANG_VERSION definition to build.config.constants
Moving this static value to a separate configuration file allows it to
be used from other builds as well, such as the Kleaf build.

Bug: 210296725
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I07aac5609d8ec986e0e270fdbba3662ac10029f4
2021-12-13 20:57:40 +00:00