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

Commit 84d1d27e authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Disable cfi and stl for stubs libraries

am: 090d9df2

Change-Id: Ifdf9fb0a066a8a9b320aaa6054e25b5d2327f997
parents 0d29b00d 090d9df2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1053,6 +1053,8 @@ func VersionMutator(mctx android.BottomUpMutatorContext) {
					l.MutatedProperties.BuildStubs = true
					l.MutatedProperties.StubsVersion = versions[i]
					m.(*Module).Properties.HideFromMake = true
					m.(*Module).sanitize = nil
					m.(*Module).stl = nil
				}
			}
		} else {