[Player-cvs] kit/android android.pcf,1.3,1.4

[Player-cvs] kit/android android.pcf,1.3,1.4

qluo at helixcommunity.org qluo at helixcommunity.org
Mon Mar 30 12:48:02 PDT 2009


Update of /cvsroot/player/kit/android
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv11555

Modified Files:
	android.pcf 
Log Message:
merge to head: x86 build fix.


Index: android.pcf
===================================================================
RCS file: /cvsroot/player/kit/android/android.pcf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- android.pcf	7 Feb 2009 05:32:36 -0000	1.3
+++ android.pcf	30 Mar 2009 19:48:00 -0000	1.4
@@ -36,10 +36,10 @@
 # ***** END LICENSE BLOCK *****
 
 # Android includes
-project.AddIncludes(GetSDKPath("android_source") + "/bionic/libstdc++/include")
-project.AddIncludes(GetSDKPath("android_source") + "/frameworks/base/include")
-project.AddIncludes(GetSDKPath("android_source") + "/system/core/include")
-project.AddIncludes(GetSDKPath("android_source") + "/external/skia/include")
+project.AddIncludes(android_source + "/bionic/libstdc++/include")
+project.AddIncludes(android_source + "/frameworks/base/include")
+project.AddIncludes(android_source + "/system/core/include")
+project.AddIncludes(android_source + "/external/skia/include")
 
 # Android shared libraries
 project.AddSystemLibraries('utils', 'media', 'log', 'corecg')




More information about the Player-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.