Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ XIOS_RID = ios-arm64
$(XIOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s iphoneos$(IOS_SDK_VERSION) -a $(XIOS_ARCH) \
-modules false \
-exclude BrowserEngineCore \
-exclude FactoryOTAWifiUtils \
-exclude FactoryOTALogger \
-exclude FactoryOTANetworkUtils \
Expand All @@ -73,6 +74,7 @@ XTVOS_RID = tvos-arm64
$(XTVOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s appletvos$(TVOS_SDK_VERSION) -a $(XTVOS_ARCH) \
-modules false \
-exclude BrowserEngineCore \
-exclude Matter \

XMACOS_ARCH = x86_64
Expand All @@ -83,6 +85,7 @@ $(XMACOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s macosx$(MACOS_SDK_VERSION) -a $(XMACOS_ARCH) \
-modules false \
-exclude AccessorySetupKit \
-exclude BrowserEngineCore \
-exclude JavaNativeFoundation \
-exclude Matter \
-exclude ParavirtualizedGraphics \
Expand All @@ -99,6 +102,7 @@ $(XMACCATALYST_PCH): .stamp-check-sharpie
-exclude AccessorySetupKit \
-exclude AGL \
-exclude AudioVideoBridging \
-exclude BrowserEngineCore \
-exclude AssetsLibrary \
-exclude CalendarStore \
-exclude Carbon \
Expand Down
Loading