Merge "Bump our macOS target version to 10.9." am: 3375433ed2
Change-Id: I97d5130e4ab3b455639347f0f4a58b748991a0fc
This commit is contained in:
commit
ad6e56e993
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue