Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c51e2793 authored by Dan Egnor's avatar Dan Egnor Committed by Android Git Automerger
Browse files

am e3cfe2d9: Fix the SDK build.

Merge commit 'e3cfe2d9' into eclair-mr2-plus-aosp

* commit 'e3cfe2d9':
  Fix the SDK build.
parents 3230ef9c e3cfe2d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public class DropBoxManager {
    /** Flag value: Content is human-readable UTF-8 text (can be combined with IS_GZIPPED). */
    public static final int IS_TEXT = 2;

    /** Flag value: Content can be decompressed with {@link GZIPOutputStream}. */
    /** Flag value: Content can be decompressed with {@link java.util.zip.GZIPOutputStream}. */
    public static final int IS_GZIPPED = 4;

    /**