diff options
Diffstat (limited to 'rust/rust.go')
| -rw-r--r-- | rust/rust.go | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go index 80be49638..3ec550b10 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -433,6 +433,12 @@ type compiler interface {  	// copied. This is equivalent to Cargo's OUT_DIR variable.  	CargoOutDir() android.OptionalPath +	// CargoPkgVersion returns the value of the Cargo_pkg_version property. +	CargoPkgVersion() string + +	// CargoEnvCompat returns whether Cargo environment variables should be used. +	CargoEnvCompat() bool +  	inData() bool  	install(ctx ModuleContext)  	relativeInstallPath() string  |