Merge "Bump our macOS target version to 10.9." am: 3375433ed2
am: ad6e56e993
am: 43297215ea
Change-Id: I6ae9ac061befaa05948e6925b60055a22f7e2bca
This commit is contained in:
commit
a6f4ef8d2f
|
@ -100,7 +100,7 @@ func init() {
|
|||
pctx.VariableFunc("macSdkRoot", func(ctx android.PackageVarContext) string {
|
||||
return xcrunSdk(ctx, "--show-sdk-path")
|
||||
})
|
||||
pctx.StaticVariable("macMinVersion", "10.8")
|
||||
pctx.StaticVariable("macMinVersion", "10.9")
|
||||
pctx.VariableFunc("MacArPath", func(ctx android.PackageVarContext) string {
|
||||
return xcrun(ctx, "--find", "ar")
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue