diff options
author | Sen Jiang <senj@google.com> | 2016-02-17 01:42:15 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-02-17 01:42:15 +0100 |
commit | b30663b4a7d70886c5e8cdfce7307f0271e34de8 (patch) | |
tree | 88fa478b74df85e65679bba6ae953f7157d3a422 /applypatch | |
parent | Merge "minadbd: update for adb_thread_create signature change." (diff) | |
parent | applypatch: Add libimgpatch.pc (diff) | |
download | android_bootable_recovery-b30663b4a7d70886c5e8cdfce7307f0271e34de8.tar android_bootable_recovery-b30663b4a7d70886c5e8cdfce7307f0271e34de8.tar.gz android_bootable_recovery-b30663b4a7d70886c5e8cdfce7307f0271e34de8.tar.bz2 android_bootable_recovery-b30663b4a7d70886c5e8cdfce7307f0271e34de8.tar.lz android_bootable_recovery-b30663b4a7d70886c5e8cdfce7307f0271e34de8.tar.xz android_bootable_recovery-b30663b4a7d70886c5e8cdfce7307f0271e34de8.tar.zst android_bootable_recovery-b30663b4a7d70886c5e8cdfce7307f0271e34de8.zip |
Diffstat (limited to 'applypatch')
-rw-r--r-- | applypatch/libimgpatch.pc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applypatch/libimgpatch.pc b/applypatch/libimgpatch.pc new file mode 100644 index 000000000..e5002934f --- /dev/null +++ b/applypatch/libimgpatch.pc @@ -0,0 +1,6 @@ +# This file is for libimgpatch in Chrome OS. + +Name: libimgpatch +Description: Apply imgdiff patch +Version: 0.0.1 +Libs: -limgpatch -lbz2 -lz |