Skip to content

Commit

Permalink
Make formatting and comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sp717 committed Jul 1, 2024
1 parent 70f8a5e commit b2a2106
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (ext.isFips) {
ext.awsLcGitVersionId = 'v1.30.1'
}

// Check for user inputted git version ID
// Check for user inputted git version ID.
if (System.properties["AWSLC_REF"]) {
ext.awsLcGitVersionId = System.properties["AWSLC_REF"]
}
Expand Down Expand Up @@ -95,11 +95,12 @@ def getClangFormatVersion() {
}

def awslcSrcPath = "${projectDir}/aws-lc/"

// Check for user inputted AWS-LC source directory.
if (System.properties["AWSLC_SRC_DIR"]) {
awslcSrcPath = System.properties["AWSLC_SRC_DIR"]
}


// Execute cmake3 command to see if it exists. Mainly to support AL2.
def detect_cmake3 = {
def exec_cmake3 = exec {
Expand Down

0 comments on commit b2a2106

Please sign in to comment.