diff options
author | Raphael Moll <raphael@google.com> | 2014-08-21 15:15:02 -0700 |
---|---|---|
committer | Raphael Moll <raphael@google.com> | 2014-08-21 16:00:12 -0700 |
commit | fa090e240f319e8c7afdfd705f928f9504c95d09 (patch) | |
tree | 4f38b6c3e5758b8c48cf554b6ee44f60c7d110da /build/tools/mk_sdk_repo_xml.sh | |
parent | d6a790cdfef3aa0c16264c6a2c37e0164dde8d04 (diff) | |
download | android_development-fa090e240f319e8c7afdfd705f928f9504c95d09.tar.gz android_development-fa090e240f319e8c7afdfd705f928f9504c95d09.tar.bz2 android_development-fa090e240f319e8c7afdfd705f928f9504c95d09.zip |
SDK Addon multi-sys-img support, part 2.
Change the sdk_repo rule to generate a system-image zip package and its
corresponding XML for the addon.
Change-Id: I3c2318d2085362f62784415713b44cc8fe97ea9c
Diffstat (limited to 'build/tools/mk_sdk_repo_xml.sh')
-rwxr-xr-x | build/tools/mk_sdk_repo_xml.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/tools/mk_sdk_repo_xml.sh b/build/tools/mk_sdk_repo_xml.sh index 3fad505c8..6793a1187 100755 --- a/build/tools/mk_sdk_repo_xml.sh +++ b/build/tools/mk_sdk_repo_xml.sh @@ -122,6 +122,8 @@ ATTRS=( SystemImage.Abi abi r:3,s:1 SystemImage.TagId tag-id r:9,s:2 SystemImage.TagDisplay tag-display r:9,s:2 + Addon.VendorId add-on/vendor-id s:3 + Addon.VendorDisplay add-on/vendor-display s:3 # from addon manifest.ini for addon.xml packages # (note that vendor/name are mapped to different XML elements based on the XSD version) vendor-id vendor-id 4 |