From c4f8f0f47dbf3ed1905479a54bc335e67243509c Mon Sep 17 00:00:00 2001 From: Ramji Jiyani Date: Thu, 18 Jan 2024 14:41:24 -0800 Subject: [PATCH] V: Drop USB gadget config for uevent and accessory from base Removes these configs from the base config for Android V: CONFIG_USB_CONFIGFS_F_ACC CONFIG_USB_CONFIGFS_UEVENT a133079a74e8 ("ANDROID: GKI: revert all external USB/sound changes") reverted these functions from android15-6.1. There is work in progress to implement these fucntions correctly and being tracked in http://b/120441124 This will unblock the Android V build errors reporting them missing. Bug: 321046447 Bug: 120441124 Test: TH Change-Id: Ic7c9d9a6815fbca1bdcb740871f89c84960a5b31 Signed-off-by: Ramji Jiyani --- v/android-6.1/android-base.config | 2 -- v/android-6.6/android-base.config | 2 -- 2 files changed, 4 deletions(-) diff --git a/v/android-6.1/android-base.config b/v/android-6.1/android-base.config index 333257a..9359ee0 100644 --- a/v/android-6.1/android-base.config +++ b/v/android-6.1/android-base.config @@ -247,10 +247,8 @@ CONFIG_UID_SYS_STATS=y CONFIG_UNIX=y CONFIG_USB=y CONFIG_USB_CONFIGFS=y -CONFIG_USB_CONFIGFS_F_ACC=y CONFIG_USB_CONFIGFS_F_FS=y CONFIG_USB_CONFIGFS_F_MIDI=y -CONFIG_USB_CONFIGFS_UEVENT=y CONFIG_USB_GADGET=y CONFIG_USB_NET_AQC111=y CONFIG_USB_NET_CDC_NCM=y diff --git a/v/android-6.6/android-base.config b/v/android-6.6/android-base.config index 8bf9f1b..cd78362 100644 --- a/v/android-6.6/android-base.config +++ b/v/android-6.6/android-base.config @@ -247,10 +247,8 @@ CONFIG_UID_SYS_STATS=y CONFIG_UNIX=y CONFIG_USB=y CONFIG_USB_CONFIGFS=y -CONFIG_USB_CONFIGFS_F_ACC=y CONFIG_USB_CONFIGFS_F_FS=y CONFIG_USB_CONFIGFS_F_MIDI=y -CONFIG_USB_CONFIGFS_UEVENT=y CONFIG_USB_GADGET=y CONFIG_USB_SUPPORT=y CONFIG_UTS_NS=y