• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

external/ppp


Commit MetaInfo

Revision258a94ec339e0e4681c18bf560e14baa613870c4 (tree)
Time2010-04-18 02:51:15
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

enable pppd on x86

Change Summary

Incremental Difference

--- a/pppd/Android.mk
+++ b/pppd/Android.mk
@@ -1,5 +1,3 @@
1-ifeq ($(TARGET_ARCH),arm)
2-
31 LOCAL_PATH:= $(call my-dir)
42 include $(CLEAR_VARS)
53
@@ -37,5 +35,3 @@ LOCAL_CFLAGS := -DANDROID_CHANGES -DCHAPMS=1 -DMPPE=1 -Iexternal/openssl/include
3735 LOCAL_MODULE:= pppd
3836
3937 include $(BUILD_EXECUTABLE)
40-
41-endif