• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Révisionda69f534801ff766ae71954a6f94c02adc2cf868 (tree)
l'heure2016-09-04 08:46:00
Auteurquanganh2627 <quanganh2627@gmai...>
CommiterSteve Kondik

Message de Log

Rename libext2_uuid -> libext2_uuid_static lib

Change-Id: I2dd416558321c424bca97efa973ee5a68b742a64

Change Summary

Modification

--- a/fs_mgr/Android.mk
+++ b/fs_mgr/Android.mk
@@ -12,7 +12,7 @@ common_static_libraries := \
1212 libext4_utils_static \
1313 libsquashfs_utils \
1414 libext2_blkid \
15- libext2_uuid
15+ libext2_uuid_static
1616
1717 include $(CLEAR_VARS)
1818 LOCAL_CLANG := true
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -99,7 +99,7 @@ LOCAL_STATIC_LIBRARIES := \
9999 libmincrypt \
100100 libcrypto_static \
101101 libext2_blkid \
102- libext2_uuid \
102+ libext2_uuid_static \
103103 libc++_static \
104104 libdl \
105105 libsparse_static \