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

Commit cf1f7bc9 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 1bc2c6af: Merge "Allow to build "winsdk-tools" alone."

* commit '1bc2c6af':
  Allow to build "winsdk-tools" alone.
parents d0279504 1bc2c6af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1748,7 +1748,7 @@ $(INTERNAL_SDK_TARGET): $(deps)
MAIN_SDK_NAME := $(sdk_name)
MAIN_SDK_DIR  := $(sdk_dir)
MAIN_SDK_ZIP  := $(INTERNAL_SDK_TARGET)
ifneq ($(filter win_sdk,$(MAKECMDGOALS)),)
ifneq ($(filter win_sdk winsdk-tools,$(MAKECMDGOALS)),)
include $(TOPDIR)development/build/tools/windows_sdk.mk
endif