Changeset 128170 in webkit


Ignore:
Timestamp:
Sep 11, 2012 4:26:26 AM (12 years ago)
Author:
peter@chromium.org
Message:

Don't ignore .pak files when making an archive for Android
https://bugs.webkit.org/show_bug.cgi?id=96375

Reviewed by Jochen Eisinger.

The .pak files do need to be pushed to the device, which is currently
preventing the layout test runner from correctly pushing all files.

  • BuildSlaveSupport/built-product-archive:

(archiveBuiltProduct):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/built-product-archive

    r125546 r128170  
    170170
    171171        if fullPlatform and fullPlatform == 'chromium-android':
    172             ignorePatterns.extend(['*.so', '*.pak', '*-unaligned.apk'])
     172            ignorePatterns.extend(['*.so', '*-unaligned.apk'])
    173173
    174174        removeDirectoryIfExists(thinDirectory)
  • trunk/Tools/ChangeLog

    r128169 r128170  
     12012-09-11  Peter Beverloo  <peter@chromium.org>
     2
     3        Don't ignore .pak files when making an archive for Android
     4        https://bugs.webkit.org/show_bug.cgi?id=96375
     5
     6        Reviewed by Jochen Eisinger.
     7
     8        The .pak files do need to be pushed to the device, which is currently
     9        preventing the layout test runner from correctly pushing all files.
     10
     11        * BuildSlaveSupport/built-product-archive:
     12        (archiveBuiltProduct):
     13
    1142012-09-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
    215
Note: See TracChangeset for help on using the changeset viewer.