diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-05 14:50:44 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-06 19:44:19 +0000 |
commit | 5940c87cab898aac9c64e4301208919cdbcb823e (patch) | |
tree | 65c0aa9520895bd7a343d20909a145ba6becfce2 /default-floating.xml | |
parent | 0eecefd6dfba29b3c6ec53be77e4d8a9afd96f95 (diff) |
Add the meta-clang repo
Future browser engine updates will require clang.
Add the repo in preparation.
Bug-AGL: SPEC-2928
.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I53f06f485f5cc192d96b766b2967e87c8a73a4e3
Diffstat (limited to 'default-floating.xml')
-rw-r--r-- | default-floating.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default-floating.xml b/default-floating.xml index 09423bc6..9a7779a5 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -62,6 +62,9 @@ <!-- Alexa Auto SDK layer --> <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="2.0"/> + <!-- clang support --> + <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="thud"/> + <!-- BSPs --> |