summaryrefslogtreecommitdiffstats
path: root/update_prebuilts
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2019-07-06 08:48:30 -0700
committerBaligh Uddin <baligh@google.com>2019-07-06 08:49:24 -0700
commit3c58517f849533a5b73d94a40e5bdc7db6a1e5be (patch)
tree9e7a6cbf2dfc9426c098fd5569e296ae3a7cfa90 /update_prebuilts
parent7cb715ab664c2d4138fe68ef3750d153600830c4 (diff)
downloadplatform_prebuilts_sdk-3c58517f849533a5b73d94a40e5bdc7db6a1e5be.tar.gz
platform_prebuilts_sdk-3c58517f849533a5b73d94a40e5bdc7db6a1e5be.tar.bz2
platform_prebuilts_sdk-3c58517f849533a5b73d94a40e5bdc7db6a1e5be.zip
Switch target
Change-Id: Ie602502bb803efee2465cccaeab94ae3c70e4ec7
Diffstat (limited to 'update_prebuilts')
-rwxr-xr-xupdate_prebuilts/update_prebuilts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_prebuilts/update_prebuilts.py b/update_prebuilts/update_prebuilts.py
index 2b8b79690..fcd456263 100755
--- a/update_prebuilts/update_prebuilts.py
+++ b/update_prebuilts/update_prebuilts.py
@@ -12,7 +12,7 @@ from distutils.version import LooseVersion
from functools import reduce
current_path = 'current'
-framework_sdk_target = 'sdk_phone_armv7-win_sdk'
+framework_sdk_target = 'sdk_phone_armv7-sdk'
support_dir = os.path.join(current_path, 'support')
androidx_dir = os.path.join(current_path, 'androidx')
extras_dir = os.path.join(current_path, 'extras')