• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

device/generic/firmware


Commit MetaInfo

Revisione51100eaa0124ed1a4ed257af70f8f1823a45b60 (tree)
Zeit2016-06-05 23:29:17
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Remove symbolic links in .git

Ändern Zusammenfassung

Diff

--- a/Android.mk
+++ b/Android.mk
@@ -10,7 +10,7 @@
1010
1111 LOCAL_PATH := $(my-dir)
1212
13-SYMLINKS := $(subst $(LOCAL_PATH),$(TARGET_OUT)/lib/firmware,$(shell find $(LOCAL_PATH) -type l))
13+SYMLINKS := $(subst $(LOCAL_PATH),$(TARGET_OUT)/lib/firmware,$(filter-out $(LOCAL_PATH)/.git/%,$(shell find $(LOCAL_PATH) -type l)))
1414
1515 $(SYMLINKS): FW_PATH := $(LOCAL_PATH)
1616 $(SYMLINKS):