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

Commit 8c3ae62e authored by markchien's avatar markchien
Browse files

[Tether16] Build Tethering package

Create com.android.tethering apex to pack Tethering.apk and
framework-tethering.jar together.
For go devices, tethering would run in system server process by
InProcessTethering.apk

Bug: 144320246
Test: -build, boot
Change-Id: Id2d68117e99173682908168e99ee28670bd71871
parent ba8208cf
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ PRODUCT_PACKAGES += \
    com.android.os.statsd \
    com.android.sdkext \
    com.android.telephony \
    com.android.tethering \
    com.android.tzdata \
    com.android.wifi \
    ContactsProvider \
@@ -108,7 +109,6 @@ PRODUCT_PACKAGES += \
    incident_helper \
    init.environ.rc \
    init_system \
    InProcessTethering \
    input \
    installd \
    iorapd \
@@ -334,7 +334,8 @@ PRODUCT_BOOT_JARS := \
    ike \
    updatable-media \
    framework-appsearch \
    framework-wifi
    framework-wifi \
    framework-tethering

PRODUCT_UPDATABLE_BOOT_JARS := \
    com.android.appsearch:framework-appsearch \
@@ -345,7 +346,8 @@ PRODUCT_UPDATABLE_BOOT_JARS := \
    com.android.sdkext:framework-sdkext \
    com.android.telephony:telephony-common \
    com.android.telephony:ims-common \
    com.android.wifi:framework-wifi
    com.android.wifi:framework-wifi \
    com.android.tethering:framework-tethering

PRODUCT_COPY_FILES += \
    system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
PRODUCT_PACKAGES += InProcessNetworkStack
PRODUCT_PACKAGES += CellBroadcastAppPlatform
PRODUCT_PACKAGES += CellBroadcastServiceModulePlatform
PRODUCT_PACKAGES += InProcessTethering

# Strip the local variable table and the local variable type table to reduce
# the size of the system image. This has no bearing on stack traces, but will