Remove boolean arguments from NewLibrary()
NewLibrary is going to be used for header only libraries. Instead of adding more boolean arguments, replace the existing ones with BuildOnlyStatic and BuildOnlyShared calls on the libraryDecorator returned by NewLibrary. Test: m -j, compare build.ninja Change-Id: I832627938f3fbc8cc1565c695048a5b5c3553090
Loading
Please sign in to comment