-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: infrastructure
-
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.