Loading target/product/generic/Android.bp +0 −5 Original line number Diff line number Diff line Loading @@ -880,11 +880,6 @@ system_image_defaults { default: [ "framework-connectivity-b", // base_system ], }) + select(release_flag("RELEASE_AVATAR_PICKER_APP"), { true: [ "AvatarPicker", // generic_system (RELEASE_AVATAR_PICKER_APP) ], default: [], }) + select(release_flag("RELEASE_UPROBESTATS_MODULE"), { true: [ "com.android.uprobestats", // base_system (RELEASE_UPROBESTATS_MODULE) Loading target/product/handheld_system.mk +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) PRODUCT_PACKAGES += \ android.software.window_magnification.prebuilt.xml \ $(if $(RELEASE_AVATAR_PICKER_APP), AvatarPicker,) \ BasicDreams \ BlockedNumberProvider \ BluetoothMidiService \ Loading target/product/handheld_system_ext.mk +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system_ext.mk) # /system_ext packages PRODUCT_PACKAGES += \ AccessibilityMenu \ $(if $(RELEASE_AVATAR_PICKER_APP), AvatarPicker,) \ Launcher3QuickStep \ Provision \ Settings \ Loading Loading
target/product/generic/Android.bp +0 −5 Original line number Diff line number Diff line Loading @@ -880,11 +880,6 @@ system_image_defaults { default: [ "framework-connectivity-b", // base_system ], }) + select(release_flag("RELEASE_AVATAR_PICKER_APP"), { true: [ "AvatarPicker", // generic_system (RELEASE_AVATAR_PICKER_APP) ], default: [], }) + select(release_flag("RELEASE_UPROBESTATS_MODULE"), { true: [ "com.android.uprobestats", // base_system (RELEASE_UPROBESTATS_MODULE) Loading
target/product/handheld_system.mk +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) PRODUCT_PACKAGES += \ android.software.window_magnification.prebuilt.xml \ $(if $(RELEASE_AVATAR_PICKER_APP), AvatarPicker,) \ BasicDreams \ BlockedNumberProvider \ BluetoothMidiService \ Loading
target/product/handheld_system_ext.mk +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system_ext.mk) # /system_ext packages PRODUCT_PACKAGES += \ AccessibilityMenu \ $(if $(RELEASE_AVATAR_PICKER_APP), AvatarPicker,) \ Launcher3QuickStep \ Provision \ Settings \ Loading