summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOussama Ben Abdelbaki <obenabde@google.com>2019-05-08 16:41:15 -0400
committerOussama Ben Abdelbaki <obenabde@google.com>2019-05-08 20:54:11 +0000
commit66db0a4b57f9eabc4512497eac4fd2cc9bd6fce6 (patch)
tree9abe00fcebeecb85bb7af48531cde83d6363b118
parent20997e2c3c1b5bfe621c6692869dc631ba6d3c8e (diff)
downloadsdk-66db0a4b57f9eabc4512497eac4fd2cc9bd6fce6.tar.gz
Prebuilts update script now uses proper target
Bug: 132181251 Change-Id: I6b6bd13173930c5677bc97e821b79efd87b8469f
-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 fcd456263..2b8b79690 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-sdk'
+framework_sdk_target = 'sdk_phone_armv7-win_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')