Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e66fe044 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Avoid dereferencing ANDROID_BUILD_TOP"

parents 2da00a84 855094c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -953,7 +953,7 @@ func sourceAbiDiff(ctx android.ModuleContext, inputDump android.Path, referenceD
			extraFlags = append(extraFlags, "-target-version", sourceVersion)
		}
	} else {
		errorMessage = "error: Please update ABI references with: $ANDROID_BUILD_TOP/development/vndk/tools/header-checker/utils/create_reference_dumps.py -l " + libName
		errorMessage = "error: Please update ABI references with: $$ANDROID_BUILD_TOP/development/vndk/tools/header-checker/utils/create_reference_dumps.py -l " + libName
		extraFlags = append(extraFlags, "-target-version", "current")
	}