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

Commit 2d5720a0 authored by Joe Onorato's avatar Joe Onorato
Browse files

Move android.bluetooth and android.telephony to framework2.jar.

Change-Id: I53cdd2a07165427c4dea037893ade3049f57f584
parent 6e8abd7f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -419,9 +419,11 @@ LOCAL_JAR_PACKAGES := \
# List of packages to exclude along with their descendants.
# Overrides inclusion.
LOCAL_JAR_EXCLUDE_PACKAGES := \
    android.bluetooth \
    android.filterfw \
    android.filterpacks \
    android.hardware
    android.hardware \
    android.telephony

# List of classes and interfaces which should be loaded by the Zygote.
LOCAL_JAVA_RESOURCE_FILES += $(LOCAL_PATH)/preloaded-classes
@@ -441,9 +443,11 @@ LOCAL_DX_FLAGS := --core-library

# List of packages to include along with their descendants.
LOCAL_JAR_PACKAGES := \
    android.bluetooth \
    android.filterfw \
    android.filterpacks \
    android.hardware \
    android.telephony \
    com \
    javax