system/corennnnn
Revision | da69f534801ff766ae71954a6f94c02adc2cf868 (tree) |
---|---|
Zeit | 2016-09-04 08:46:00 |
Autor | quanganh2627 <quanganh2627@gmai...> |
Commiter | Steve Kondik |
Rename libext2_uuid -> libext2_uuid_static lib
Change-Id: I2dd416558321c424bca97efa973ee5a68b742a64
@@ -12,7 +12,7 @@ common_static_libraries := \ | ||
12 | 12 | libext4_utils_static \ |
13 | 13 | libsquashfs_utils \ |
14 | 14 | libext2_blkid \ |
15 | - libext2_uuid | |
15 | + libext2_uuid_static | |
16 | 16 | |
17 | 17 | include $(CLEAR_VARS) |
18 | 18 | LOCAL_CLANG := true |
@@ -99,7 +99,7 @@ LOCAL_STATIC_LIBRARIES := \ | ||
99 | 99 | libmincrypt \ |
100 | 100 | libcrypto_static \ |
101 | 101 | libext2_blkid \ |
102 | - libext2_uuid \ | |
102 | + libext2_uuid_static \ | |
103 | 103 | libc++_static \ |
104 | 104 | libdl \ |
105 | 105 | libsparse_static \ |