Skip to content

Commit

Permalink
added the project from existing code
Browse files Browse the repository at this point in the history
  • Loading branch information
ademar111190 committed May 28, 2013
1 parent 06a0d6b commit f3a3e69
Show file tree
Hide file tree
Showing 75 changed files with 1,121 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
9 changes: 9 additions & 0 deletions Android/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
45 changes: 45 additions & 0 deletions Android/.cproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?fileVersion 4.0.0?>

<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="com.android.toolchain.gcc.674164328">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.android.toolchain.gcc.674164328" moduleId="org.eclipse.cdt.core.settings" name="Default">
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
<extension id="org.eclipse.cdt.errorparsers.xlc.XlcErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.autotools.core.ErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
</extensions>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<configuration artifactName="${ProjName}" buildProperties="" description="" id="com.android.toolchain.gcc.674164328" name="Default" parent="org.eclipse.cdt.build.core.emptycfg">
<folderInfo id="com.android.toolchain.gcc.674164328.975068266" name="/" resourcePath="">
<toolChain id="com.android.toolchain.gcc.1294066524" name="com.android.toolchain.gcc" superClass="com.android.toolchain.gcc">
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF" id="com.android.targetPlatform.220917480" isAbstract="false" superClass="com.android.targetPlatform"/>
<builder id="com.android.builder.1653961055" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Android Builder" superClass="com.android.builder"/>
<tool id="com.android.gcc.compiler.228461109" name="Android GCC Compiler" superClass="com.android.gcc.compiler">
<inputType id="com.android.gcc.inputType.1942877198" superClass="com.android.gcc.inputType"/>
</tool>
</toolChain>
</folderInfo>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<project id="HelloCpp.null.993292502" name="HelloCpp"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
</cproject>
56 changes: 56 additions & 0 deletions Android/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>HelloCpp</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<linkedResources>
<link>
<name>jni/CPP</name>
<type>2</type>
<location>/Users/ademar/gits/testes/DosesCpp/HelloCpp/CPP</location>
</link>
</linkedResources>
</projectDescription>
27 changes: 27 additions & 0 deletions Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="la.jurema.doses.hellocpp"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="17" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Holo.Light.DarkActionBar" >
<activity
android:name="la.jurema.doses.hellocpp.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
27 changes: 27 additions & 0 deletions Android/bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="la.jurema.doses.hellocpp"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="17" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Holo.Light.DarkActionBar" >
<activity
android:name="la.jurema.doses.hellocpp.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
Binary file added Android/bin/HelloCpp.apk
Binary file not shown.
Binary file added Android/bin/classes.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Android/bin/classes/la/jurema/doses/hellocpp/R.class
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions Android/bin/jarlist.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cache for current jar dependency. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8
Binary file added Android/bin/res/drawable/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Android/bin/resources.ap_
Binary file not shown.
6 changes: 6 additions & 0 deletions Android/gen/la/jurema/doses/hellocpp/BuildConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package la.jurema.doses.hellocpp;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
19 changes: 19 additions & 0 deletions Android/gen/la/jurema/doses/hellocpp/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package la.jurema.doses.hellocpp;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
}
public static final class string {
public static final int app_name=0x7f030000;
}
}
Binary file added Android/ic_launcher-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Android/jni/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := HelloCpp
LOCAL_SRC_FILES := CoreWrapper.cpp
LOCAL_SRC_FILES += ../../CPP/Core.cpp

LOCAL_C_INCLUDES := $(LOCAL_PATH)../../CPP/

include $(BUILD_SHARED_LIBRARY)
2 changes: 2 additions & 0 deletions Android/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
APP_STL := gnustl_static
APP_ABI := all
19 changes: 19 additions & 0 deletions Android/jni/CoreWrapper.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// CoreWrapper.c
// HelloCpp
//
// Created by Ademar Alves de Oliveira on 5/28/13.
// Copyright (c) 2013 Jurema. All rights reserved.
//

#include <string.h>
#include <jni.h>
#include "../../CPP/Core.h"

extern "C" {

JNIEXPORT jstring JNICALL Java_la_jurema_doses_hellocpp_MainActivity_concateneMyStringWithCppString(JNIEnv* env, jobject thiz, jstring myString) {
return env->NewStringUTF(concateneMyStringWithCppString(env->GetStringUTFChars(myString, 0)));
}

}
Binary file added Android/libs/android-support-v4.jar
Binary file not shown.
Binary file added Android/libs/armeabi-v7a/libHelloCpp.so
Binary file not shown.
Binary file added Android/libs/armeabi/libHelloCpp.so
Binary file not shown.
Binary file added Android/libs/mips/libHelloCpp.so
Binary file not shown.
Binary file added Android/libs/x86/libHelloCpp.so
Binary file not shown.
Binary file added Android/obj/local/armeabi-v7a/libHelloCpp.so
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions Android/obj/local/armeabi-v7a/objs/HelloCpp/CoreWrapper.o.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/armeabi-v7a/objs/HelloCpp/CoreWrapper.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/CoreWrapper.cpp \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/string.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs_elf.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/android/api-level.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/malloc.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/jni.h \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/string.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs_elf.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/android/api-level.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/malloc.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/jni.h:

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/armeabi-v7a/objs/HelloCpp/__/__/CPP/Core.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.cpp \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Binary file added Android/obj/local/armeabi/libHelloCpp.so
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions Android/obj/local/armeabi/objs/HelloCpp/CoreWrapper.o.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/armeabi/objs/HelloCpp/CoreWrapper.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/CoreWrapper.cpp \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/string.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs_elf.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/android/api-level.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/malloc.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/jni.h \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/string.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/sys/cdefs_elf.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/android/api-level.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/malloc.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/jni.h:

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Binary file not shown.
8 changes: 8 additions & 0 deletions Android/obj/local/armeabi/objs/HelloCpp/__/__/CPP/Core.o.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/armeabi/objs/HelloCpp/__/__/CPP/Core.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.cpp \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Binary file added Android/obj/local/mips/libHelloCpp.so
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions Android/obj/local/mips/objs/HelloCpp/CoreWrapper.o.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/mips/objs/HelloCpp/CoreWrapper.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/CoreWrapper.cpp \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/string.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/sys/cdefs.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/sys/cdefs_elf.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/android/api-level.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/malloc.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/jni.h \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/string.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/sys/cdefs.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/sys/cdefs_elf.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/android/api-level.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/malloc.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-mips/usr/include/jni.h:

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Binary file not shown.
8 changes: 8 additions & 0 deletions Android/obj/local/mips/objs/HelloCpp/__/__/CPP/Core.o.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/mips/objs/HelloCpp/__/__/CPP/Core.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.cpp \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Binary file added Android/obj/local/x86/libHelloCpp.so
Binary file not shown.
Binary file added Android/obj/local/x86/objs/HelloCpp/CoreWrapper.o
Binary file not shown.
26 changes: 26 additions & 0 deletions Android/obj/local/x86/objs/HelloCpp/CoreWrapper.o.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/x86/objs/HelloCpp/CoreWrapper.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/CoreWrapper.cpp \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/string.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/sys/cdefs.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/sys/cdefs_elf.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/android/api-level.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/malloc.h \
/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/jni.h \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/string.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/sys/cdefs.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/sys/cdefs_elf.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/android/api-level.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/malloc.h:

/Users/ademar/android-ndk-r8e/platforms/android-14/arch-x86/usr/include/jni.h:

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Binary file not shown.
8 changes: 8 additions & 0 deletions Android/obj/local/x86/objs/HelloCpp/__/__/CPP/Core.o.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/obj/local/x86/objs/HelloCpp/__/__/CPP/Core.o: \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.cpp \
/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h \
/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream

/Users/ademar/gits/testes/DosesCpp/HelloCpp/Android/jni/../../CPP/Core.h:

/Users/ademar/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.6/include/iostream:
Loading

0 comments on commit f3a3e69

Please sign in to comment.