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

Commit 2937ec60 authored by Stefan De Clercq's avatar Stefan De Clercq Committed by Android (Google) Code Review
Browse files

Merge "Add SDK 10 and 11 to list of supported Mac SDKs" into mnc-ub-dev

parents 05f772fe 85ed2ede
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ ifndef build_mac_version

build_mac_version := $(shell sw_vers -productVersion)

mac_sdk_versions_supported :=  10.6 10.7 10.8 10.9
mac_sdk_versions_supported :=  10.6 10.7 10.8 10.9 10.10 10.11
ifneq ($(strip $(MAC_SDK_VERSION)),)
mac_sdk_version := $(MAC_SDK_VERSION)
ifeq ($(filter $(mac_sdk_version),$(mac_sdk_versions_supported)),)