Merge "Add no-canonical-prefixes to make sure paths in .d file are relative paths" am: 730181c909

Change-Id: Ic0bf6b5c782bd5841f85fbb5ffa06514d6a7aa80
This commit is contained in:
Treehugger Robot
2020-03-26 20:26:15 +00:00
committed by Automerger Merge Worker

View File

@@ -60,6 +60,10 @@ type bpf struct {
func (bpf *bpf) GenerateAndroidBuildActions(ctx android.ModuleContext) {
cflags := []string{
"-nostdlibinc",
// Make paths in deps files relative
"-no-canonical-prefixes",
"-O2",
"-isystem bionic/libc/include",
"-isystem bionic/libc/kernel/uapi",