Add initial instrumentation tests for Android TCP.
authorChanhee Lee <ch2102.lee@samsung.com>
Thu, 1 Sep 2022 08:25:49 +0000 (17:25 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:38:55 +0000 (14:38 +0900)
commitd1a2143c201a409b4771534e6a4aedfd31af900b
tree3afb785692c10abb35e119e097b66884e78857b5
parent4c61731fc56b6a3f1c897a074f4a80e13b663125
Add initial instrumentation tests for Android TCP.

[Problem] There's no implementation for Android TCP.
[Solution] At first, add basic and empty instrumentation test cases
           to describe expected Android TCP functionalities.
android/aitt/build.gradle
android/modules/tcp/.gitignore [new file with mode: 0644]
android/modules/tcp/build.gradle [new file with mode: 0644]
android/modules/tcp/consumer-rules.pro [new file with mode: 0644]
android/modules/tcp/proguard-rules.pro [new file with mode: 0644]
android/modules/tcp/src/androidTest/java/com/samsung/android/modules/tcp/TCPInstrumentedTest.java [new file with mode: 0644]
android/modules/tcp/src/main/AndroidManifest.xml [new file with mode: 0644]
android/settings.gradle
debian/control
settings.gradle