History log of /external/squashfs-tools/squashfs-tools/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81cb700f814b6db0bb866c2d357b7c51d04cabbd 17-Feb-2017 Aurimas Liutikas <aurimas@google.com> Suppress existing warnigns and enable -Werror for external/squashfs-tools

The bug has been filed for almost a year to fix these warnings. There was no
progress on it. This CL disables existing warning types and enables -Werror
to make sure we don't add new warnings.

Bug: 28268383
Test: make mksquashfs produces no warnigns anymore
Change-Id: Id752814b2a5f6fdc6183caffa5620f983601d5d6
/external/squashfs-tools/squashfs-tools/Android.mk
140447d8fa96cc1243cf6668c25cd91e8408b7bc 29-Apr-2016 Aurimas Liutikas <aurimas@google.com> Suppress unused-paramater warnings in squashfs-tools.

Bug: 28268383
Change-Id: I20b9a5ca27f25538ec5df32ecd9b2c6c0fd56f3f
/external/squashfs-tools/squashfs-tools/Android.mk
23e20bcf47cea8fa5a2335a5d870ccd555e293f0 01-Apr-2016 Mohamad Ayyash <mkayyash@google.com> Make squashfs work on BSD and macOS

Based on https://github.com/vasi/squashfs-tools

Change-Id: Ia2b04541652ef4f0cf8d6ff1daf106d6db32e278
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
/external/squashfs-tools/squashfs-tools/Android.mk
03ee45304be5d5153f4e0c00b8d5369b86c86370 26-Jan-2016 Dan Willemsen <dwillemsen@google.com> Remove headers from LOCAL_SRC_FILES

The build system does not use headers in LOCAL_SRC_FILES. To prevent
typos, it's becoming a warning to add something to LOCAL_SRC_FILES that
is not used.

Removes LOCAL_C_INCLUDES for lz4, which now exports its include paths
automatically.

Removes LOCAL_MODULE_TAGS := optional, which is the default.

Change-Id: Ibc957290967731d7a0d099d12e69216d8595268c
/external/squashfs-tools/squashfs-tools/Android.mk
a1dd2fc317a47496c175e49407fae4804995e96b 13-Apr-2015 Mark Salyzyn <salyzyn@google.com> squasfs-tool: use libcutils and libselinux shared libraries

- move libcutils and libselinux as shared now that they are
in DISTTOOL.
- liblog dependency is part of libcutils, and need not be
called out explicitly now. liblog is in DISTTOOL.

Bug: 19908228
Change-Id: I6cd1e72cad271a911c9a26ff914f31ef1bd8fe8b
/external/squashfs-tools/squashfs-tools/Android.mk
2060ec142b2e565aa8310a489e8d9f7ce73bad83 07-Apr-2015 Mark Salyzyn <salyzyn@google.com> squashfs-tools: add logging

libcutils fs_config has the right to add Android logging

Bug: 19908228
Change-Id: I424911fbd346acd7260b1681942821bd4a2d56a5
/external/squashfs-tools/squashfs-tools/Android.mk
1341c47f6ab4f38395cf0feee6455496b6ea7d2a 01-Apr-2015 Mark Salyzyn <salyzyn@google.com> mksquashfs: move fs_config to libcutils

Bug: 19908228
Change-Id: I8afccf99018a3497e841f5827097a1883e9171ef
/external/squashfs-tools/squashfs-tools/Android.mk
94134777b2af3255beddef817424e2bc92b7bbe9 25-Feb-2015 Mohamad Ayyash <mkayyash@google.com> squashfs-tools: Add LZ4 compression option and make it the default

Change-Id: Ie4aa158f369e5573fd385246843ec6bb370f993f
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
/external/squashfs-tools/squashfs-tools/Android.mk
e031629d3e772df1a768a4998f61e5131b9110ac 25-Feb-2015 Mohamad Ayyash <mkayyash@google.com> squashfs-tools: Allow setting selinux xattrs through file_context

Add a context-file flag that allows passing an selinux security context
file to set security.selinux xattrs rather than reading xattrs from
filesystem's source directory.

Change-Id: Icad4d38a736137d85835a0eab9650c0c99908721
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
/external/squashfs-tools/squashfs-tools/Android.mk
829ffbec404afe0278f9f34486772513ed0c36dc 24-Feb-2015 Mohamad Ayyash <mkayyash@google.com> squashfs-tools: Add android fs-config flag.

Android specific flag to set inodes' mode, uid, and gid according to
android_filesystem_config rather than reading them from the source filesystem.

Change-Id: I11c54158c53c5aaaebb0d8db0409201548207d44
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
/external/squashfs-tools/squashfs-tools/Android.mk
72508e4b4e7e6170c859f52c3c4c4323007ff5af 24-Feb-2015 Mohamad Ayyash <mkayyash@google.com> squashfs-tools: Introduce Android.mk.

squashfs-tools now builds and runs on linux with gzip compression.

Change-Id: I1188cb4045f035227023a29c1c7672b356e53aea
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
/external/squashfs-tools/squashfs-tools/Android.mk