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

Commit fc4ebe5c authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Made some modifications to Android.mk. Note: Not working yet.

parent faac38df
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -61,7 +61,9 @@ LOCAL_MODULE := openpgp-api
LOCAL_MANIFEST_FILE := plugins/openpgp-api-lib/openpgp-api/src/main/AndroidManifest.xml

LOCAL_SRC_FILES := \
    $(call all-java-files-under, plugins/openpgp-api-lib/openpgp-api/src/main)
    $(call all-java-files-under, plugins/openpgp-api-lib/openpgp-api/src/main) $(call all-Iaidl-files-under, plugins/openpgp-api-lib/openpgp-api/src/main)

LOCAL_AIDL_INCLUDES := $(call all-Iaidl-files-under, plugins/openpgp-api-lib/openpgp-api/src/main)

LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/plugins/openpgp-api-lib/openpgp-api/src/main/res

+296 KiB

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@

package org.openintents.openpgp;

import android.os.ParcelFileDescriptor;
import android.content.Intent;

interface IOpenPgpService {

    /**
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@
 
package org.openintents.openpgp;

import android.os.ParcelFileDescriptor;
import android.content.Intent;

interface IOpenPgpService2 {

    /**