xref: /aosp_15_r20/external/google-smali/smali-integration-tests/src/assemble/jumbo-string-tests.xml (revision 37f5703ca959d1ce24046e7595880d209e15c133)
1*37f5703cSAndroid Build Coastguard Worker<!--
2*37f5703cSAndroid Build Coastguard Worker  ~ Copyright 2011, Google LLC
3*37f5703cSAndroid Build Coastguard Worker  ~
4*37f5703cSAndroid Build Coastguard Worker  ~ Redistribution and use in source and binary forms, with or without
5*37f5703cSAndroid Build Coastguard Worker  ~ modification, are permitted provided that the following conditions are
6*37f5703cSAndroid Build Coastguard Worker  ~ met:
7*37f5703cSAndroid Build Coastguard Worker  ~
8*37f5703cSAndroid Build Coastguard Worker  ~     * Redistributions of source code must retain the above copyright
9*37f5703cSAndroid Build Coastguard Worker  ~ notice, this list of conditions and the following disclaimer.
10*37f5703cSAndroid Build Coastguard Worker  ~     * Redistributions in binary form must reproduce the above
11*37f5703cSAndroid Build Coastguard Worker  ~ copyright notice, this list of conditions and the following disclaimer
12*37f5703cSAndroid Build Coastguard Worker  ~ in the documentation and/or other materials provided with the
13*37f5703cSAndroid Build Coastguard Worker  ~ distribution.
14*37f5703cSAndroid Build Coastguard Worker  ~     * Neither the name of Google LLC nor the names of its
15*37f5703cSAndroid Build Coastguard Worker  ~ contributors may be used to endorse or promote products derived from
16*37f5703cSAndroid Build Coastguard Worker  ~ this software without specific prior written permission.
17*37f5703cSAndroid Build Coastguard Worker  ~
18*37f5703cSAndroid Build Coastguard Worker  ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19*37f5703cSAndroid Build Coastguard Worker  ~ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20*37f5703cSAndroid Build Coastguard Worker  ~ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21*37f5703cSAndroid Build Coastguard Worker  ~ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22*37f5703cSAndroid Build Coastguard Worker  ~ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23*37f5703cSAndroid Build Coastguard Worker  ~ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24*37f5703cSAndroid Build Coastguard Worker  ~ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25*37f5703cSAndroid Build Coastguard Worker  ~ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26*37f5703cSAndroid Build Coastguard Worker  ~ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27*37f5703cSAndroid Build Coastguard Worker  ~ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28*37f5703cSAndroid Build Coastguard Worker  ~ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29*37f5703cSAndroid Build Coastguard Worker  -->
30*37f5703cSAndroid Build Coastguard Worker
31*37f5703cSAndroid Build Coastguard Worker<assembly>
32*37f5703cSAndroid Build Coastguard Worker  <id>zip</id>
33*37f5703cSAndroid Build Coastguard Worker  <formats>
34*37f5703cSAndroid Build Coastguard Worker    <format>zip</format>
35*37f5703cSAndroid Build Coastguard Worker  </formats>
36*37f5703cSAndroid Build Coastguard Worker  <includeBaseDirectory>false</includeBaseDirectory>
37*37f5703cSAndroid Build Coastguard Worker  <files>
38*37f5703cSAndroid Build Coastguard Worker    <file>
39*37f5703cSAndroid Build Coastguard Worker        <source>target/jumbo-string-tests/classes.dex</source>
40*37f5703cSAndroid Build Coastguard Worker        <outputDirectory>/</outputDirectory>
41*37f5703cSAndroid Build Coastguard Worker    </file>
42*37f5703cSAndroid Build Coastguard Worker  </files>
43*37f5703cSAndroid Build Coastguard Worker</assembly>