Skip to content

Commit

Permalink
src einarbeitung
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://blue.3dallee.de/fhtw/trunk@75 6aeb069d-d5e0-465d-890a-ccf59a9091f3
  • Loading branch information
Bernd authored and Bernd committed Mar 12, 2015
1 parent bde5e8c commit 8611545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AirGapClient/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF" id="com.android.targetPlatform.265231048" isAbstract="false" superClass="com.android.targetPlatform"/>
<builder arguments="NDK_DEBUG=1" command="ndk-build" id="com.android.builder.1655431932" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Android Builder" superClass="com.android.builder"/>
<tool id="com.android.gcc.compiler.1715720135" name="Android GCC Compiler" superClass="com.android.gcc.compiler">
<option id="com.android.gcc.option.includePath.1155810976" superClass="com.android.gcc.option.includePath" valueType="includePath"/>
<inputType id="com.android.gcc.inputType.762085879" superClass="com.android.gcc.inputType"/>
</tool>
</toolChain>
Expand Down
2 changes: 1 addition & 1 deletion AirGapClient/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LOCAL_CFLAGS += -std=c99


LOCAL_MODULE := AirGap
LOCAL_SRC_FILES := AirGapMain.cpp ../jni-src/Depacketizer.c ../jni-src/MemorySink.c BinarySlicer.c ClockRecovery.c QuadraturDemodulator.c Multiply.c FirFilter.c agmath.c ReedSolomon.c
LOCAL_SRC_FILES := src/AirGapMain.cpp src/Depacketizer.c src/MemorySink.c src/BinarySlicer.c src/ClockRecovery.c src/QuadraturDemodulator.c src/Multiply.c src/FirFilter.c src/agmath.c src/ReedSolomon.c

include $(BUILD_SHARED_LIBRARY)

0 comments on commit 8611545

Please sign in to comment.