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

Commit 0b20edce authored by Oluwarotimi Adesina's avatar Oluwarotimi Adesina Committed by Desh
Browse files

Preload sidecar in base system ext

This will allow preloading the sidecar library for wear as well.

Ignore-AOSP-First: The jar was developed in internal git, so this change must be also in internal git.

Test: Build
Bug: 373013211
Flag: RELEASE_APPFUNCTION_SIDECAR
Change-Id: I4e94a1fa8adec4a45be84f1a8bb5477fc3535602
parent 56242f01
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -30,3 +30,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34 += \
    hwservicemanager \
    android.hidl.allocator@1.0-service \

# AppFunction Extensions
ifneq (,$(RELEASE_APPFUNCTION_SIDECAR))
    $(call inherit-product, $(SRC_TARGET_DIR)/product/app_function_extensions.mk)
endif
 No newline at end of file
+0 −5
Original line number Diff line number Diff line
@@ -22,8 +22,3 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/base_system_ext.mk)

# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions_base.mk)

# AppFunction Extensions
ifneq (,$(RELEASE_APPFUNCTION_SIDECAR))
    $(call inherit-product, $(SRC_TARGET_DIR)/product/app_function_extensions.mk)
endif