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

Commit beb4d681 authored by Twisted's avatar Twisted Committed by Ricardo Cerqueira
Browse files

build: Realign product libraries with corresponding applications

VideoEditor requires a build to call the full_base, but the libraries
are called in generic_no_telephony. This patch places the library
packages in the same product specification as the application using
them.
parent b259d76c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -39,6 +39,13 @@ PRODUCT_PACKAGES += \
    PhaseBeam \
    VisualizationWallpapers

PRODUCT_PACKAGES += \
    libvideoeditor_jni \
    libvideoeditor_core \
    libvideoeditor_osal \
    libvideoeditor_videofilters \
    libvideoeditorplayer

# Additional settings used in all AOSP builds
PRODUCT_PROPERTY_OVERRIDES := \
    ro.com.android.dateformat=MM-dd-yyyy \
+1 −6
Original line number Diff line number Diff line
@@ -57,12 +57,7 @@ PRODUCT_PACKAGES += \
    icu.dat

PRODUCT_PACKAGES += \
    librs_jni \
    libvideoeditor_jni \
    libvideoeditor_core \
    libvideoeditor_osal \
    libvideoeditor_videofilters \
    libvideoeditorplayer \
    librs_jni

PRODUCT_PACKAGES += \
    audio.primary.default \