summaryrefslogtreecommitdiffstats
path: root/update_prebuilts
diff options
context:
space:
mode:
authorOussama Ben Abdelbaki <obenabde@google.com>2019-05-09 11:29:12 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-09 11:29:12 -0700
commitcd4acf0e1191ea5e9fa1fe0c0a5348f7f818e666 (patch)
treebe38739ff661b3d46cf2d1f31294e56dca9dbbfe /update_prebuilts
parentaf8f3303375cffe033e23c90087f2dbbe79b5590 (diff)
parentb93b4fa5279ad7c217e77387beb11a2015be0c9b (diff)
downloadplatform_prebuilts_sdk-cd4acf0e1191ea5e9fa1fe0c0a5348f7f818e666.tar.gz
platform_prebuilts_sdk-cd4acf0e1191ea5e9fa1fe0c0a5348f7f818e666.tar.bz2
platform_prebuilts_sdk-cd4acf0e1191ea5e9fa1fe0c0a5348f7f818e666.zip
Merge "Prebuilts update script now uses proper target" into qt-dev
am: b93b4fa527 Change-Id: Ib5234297e000adf20888ffda3f2f15f0d749c850
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 facad4ab6..ca692d4cb 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')