Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7cd38b7 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by TheScarastic
Browse files

privacymoduletor: remove extractNativeLibs and bump version

parent 827a391f
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -23,19 +23,11 @@ UNIX:
		
		cd orbotservice/src/main
		ndk-build (located in Android/Sdk/ndk/VERSION/)
		mv libs/armeabi-v7a/pdnsd libs/armeabi-v7a/libpdnsd.so
		mv libs/arm64-v8a/pdnsd libs/arm64-v8a/libpdnsd.so
		mv libs/x86/pdnsd libs/x86/libpdnsd.so
		mv libs/x86_64/pdnsd libs/x86_64/libpdnsd.so

Windows:

		cd orbotservice\src\main
		ndk-build.cmd (located in Android\Sdk\ndk\VERSION\) 
		ren libs\armeabi-v7a\pdnsd libpdnsd.so
		ren libs\arm64-v8a\pdnsd libpdnsd.so
		ren libs\x86\pdnsd libpdnsd.so
		ren libs\x86_64\pdnsd libpdnsd.so

Now you can build the AAR modules :

Compare 9075c529 to d2668220
Original line number Diff line number Diff line
Subproject commit 9075c52977ef98350923ed6de2ea58764faf6746
Subproject commit d266822006a8b6634ac8c24c609098097a1d6403
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ android {
        targetSdkVersion 30

        versionCode 7
        versionName "0.2.1"
        versionName "0.2.2"

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        consumerProguardFiles "consumer-rules.pro"
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
    >
    <application
        android:allowBackup="true"
        android:extractNativeLibs="true"
        >
        <activity
            android:name="org.torproject.android.service.util.DummyActivity"