- 
    Bug 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    9
- 
    None
- 
        b153
                    The title says it all: VarDeps breaks when a file with overridden CFLAGS has the same name as the library.
SetupNativeCompilation(FOO,
LIBRARY:=foo,
foo_CFLAGS := -DmakeItBreak)
The vardeps file containing the foo_CFLAGS will be named the same as the vardeps file for the entire compilation.
SetupNativeCompilation(FOO,
LIBRARY:=foo,
foo_CFLAGS := -DmakeItBreak)
The vardeps file containing the foo_CFLAGS will be named the same as the vardeps file for the entire compilation.