forked from openkylin/platform_build
Build com.android.inprocess.tethering for Go variant
Bug: 155604224 Test: build Change-Id: I1c5ac07e72068a617fa20797496dd022f279d88e Merged-In: I1c5ac07e72068a617fa20797496dd022f279d88e
This commit is contained in:
parent
879d654515
commit
ddb0f0ab3b
|
@ -40,7 +40,7 @@ PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
|
|||
# Do not spin up a separate process for the network stack on go devices, use an in-process APK.
|
||||
PRODUCT_PACKAGES += InProcessNetworkStack
|
||||
PRODUCT_PACKAGES += CellBroadcastAppPlatform
|
||||
PRODUCT_PACKAGES += InProcessTethering
|
||||
PRODUCT_PACKAGES += com.android.tethering.inprocess
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue