From d009e5b1182af50dcf8f005e4f7036657ff9a819 Mon Sep 17 00:00:00 2001 From: kellyhung Date: Wed, 6 Nov 2024 05:55:01 +0000 Subject: [PATCH] Add PLAYVIDEOS_VERSION_DIR and PRODUCT_SOONG_NAMESPACES for Videos. Bug: 377402842 Test: m Video Flag: EXEMPT bugfix Change-Id: Ic3041f2726d8de35bc8eb8591c7535d560b80349 --- device-oriole.mk | 5 +++++ device-raven.mk | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/device-oriole.mk b/device-oriole.mk index b38f140..5e161ac 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -364,3 +364,8 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) endif endif + +# PlayVideos +PLAYVIDEOS_VERSION_DIR := 4.20.6 +$(call soong_config_set_bool,playvideos,use_device_specific_version,true) +PRODUCT_SOONG_NAMESPACES += vendor/unbundled_google/packages/PlayVideos/$(PLAYVIDEOS_VERSION_DIR) diff --git a/device-raven.mk b/device-raven.mk index 49ff1e0..54cccdc 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -373,3 +373,8 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) endif endif + +# PlayVideos +PLAYVIDEOS_VERSION_DIR := 4.20.6 +$(call soong_config_set_bool,playvideos,use_device_specific_version,true) +PRODUCT_SOONG_NAMESPACES += vendor/unbundled_google/packages/PlayVideos/$(PLAYVIDEOS_VERSION_DIR)