-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved BUILD_DEPS path to use git submodules.
- Loading branch information
1 parent
d525412
commit 1f045a1
Showing
23 changed files
with
98 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[submodule "aws-common-runtime/aws-c-common"] | ||
path = aws-common-runtime/aws-c-common | ||
url = https://github.com/awslabs/aws-c-common.git | ||
[submodule "aws-common-runtime/aws-c-io"] | ||
path = aws-common-runtime/aws-c-io | ||
url = https://github.com/awslabs/aws-c-io.git | ||
[submodule "aws-common-runtime/aws-c-compression"] | ||
path = aws-common-runtime/aws-c-compression | ||
url = https://github.com/awslabs/aws-c-compression.git | ||
[submodule "aws-common-runtime/aws-c-cal"] | ||
path = aws-common-runtime/aws-c-cal | ||
url = https://github.com/awslabs/aws-c-cal.git | ||
[submodule "aws-common-runtime/aws-c-auth"] | ||
path = aws-common-runtime/aws-c-auth | ||
url = https://github.com/awslabs/aws-c-auth.git | ||
[submodule "aws-common-runtime/aws-c-http"] | ||
path = aws-common-runtime/aws-c-http | ||
url = https://github.com/awslabs/aws-c-http.git | ||
[submodule "aws-common-runtime/aws-c-mqtt"] | ||
path = aws-common-runtime/aws-c-mqtt | ||
url = https://github.com/awslabs/aws-c-mqtt.git | ||
[submodule "aws-common-runtime/s2n"] | ||
path = aws-common-runtime/s2n | ||
url = https://github.com/awslabs/s2n.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule aws-c-auth
added at
8281ad
Submodule aws-c-common
added at
045024
Submodule aws-c-compression
added at
45d6ba
Submodule aws-c-http
added at
232f33
Submodule aws-c-mqtt
added at
9895e4
Oops, something went wrong.