Loading core/android_soong_config_vars.mk +2 −2 Original line number Original line Diff line number Diff line Loading @@ -72,9 +72,9 @@ endif ifneq (,$(MODULE_BUILD_FROM_SOURCE)) ifneq (,$(MODULE_BUILD_FROM_SOURCE)) # Keep an explicit setting. # Keep an explicit setting. else ifeq (,$(filter docs sdk win_sdk sdk_addon,$(MAKECMDGOALS))$(findstring com.google.android.conscrypt,$(PRODUCT_PACKAGES))) else ifeq (,$(filter docs sdk win_sdk sdk_addon,$(MAKECMDGOALS))$(findstring com.google.android.conscrypt,$(PRODUCT_PACKAGES))$(findstring com.google.android.go.conscrypt,$(PRODUCT_PACKAGES))) # Prebuilt module SDKs require prebuilt modules to work, and currently # Prebuilt module SDKs require prebuilt modules to work, and currently # prebuilt modules are only provided for com.google.android.xxx. If we can't # prebuilt modules are only provided for com.google.android(.go)?.xxx. If we can't # find one of them in PRODUCT_PACKAGES then assume com.android.xxx are in use, # find one of them in PRODUCT_PACKAGES then assume com.android.xxx are in use, # and disable prebuilt SDKs. In particular this applies to AOSP builds. # and disable prebuilt SDKs. In particular this applies to AOSP builds. # # Loading target/product/aosp_product.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -33,6 +33,7 @@ PRODUCT_PACKAGES += \ messaging \ messaging \ PhotoTable \ PhotoTable \ preinstalled-packages-platform-aosp-product.xml \ preinstalled-packages-platform-aosp-product.xml \ ThemePicker \ WallpaperPicker \ WallpaperPicker \ # Telephony: # Telephony: Loading target/product/handheld_system.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -44,6 +44,7 @@ PRODUCT_PACKAGES += \ CaptivePortalLogin \ CaptivePortalLogin \ CertInstaller \ CertInstaller \ CredentialManager \ CredentialManager \ DeviceAsWebcam \ DocumentsUI \ DocumentsUI \ DownloadProviderUi \ DownloadProviderUi \ EasterEgg \ EasterEgg \ Loading Loading
core/android_soong_config_vars.mk +2 −2 Original line number Original line Diff line number Diff line Loading @@ -72,9 +72,9 @@ endif ifneq (,$(MODULE_BUILD_FROM_SOURCE)) ifneq (,$(MODULE_BUILD_FROM_SOURCE)) # Keep an explicit setting. # Keep an explicit setting. else ifeq (,$(filter docs sdk win_sdk sdk_addon,$(MAKECMDGOALS))$(findstring com.google.android.conscrypt,$(PRODUCT_PACKAGES))) else ifeq (,$(filter docs sdk win_sdk sdk_addon,$(MAKECMDGOALS))$(findstring com.google.android.conscrypt,$(PRODUCT_PACKAGES))$(findstring com.google.android.go.conscrypt,$(PRODUCT_PACKAGES))) # Prebuilt module SDKs require prebuilt modules to work, and currently # Prebuilt module SDKs require prebuilt modules to work, and currently # prebuilt modules are only provided for com.google.android.xxx. If we can't # prebuilt modules are only provided for com.google.android(.go)?.xxx. If we can't # find one of them in PRODUCT_PACKAGES then assume com.android.xxx are in use, # find one of them in PRODUCT_PACKAGES then assume com.android.xxx are in use, # and disable prebuilt SDKs. In particular this applies to AOSP builds. # and disable prebuilt SDKs. In particular this applies to AOSP builds. # # Loading
target/product/aosp_product.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -33,6 +33,7 @@ PRODUCT_PACKAGES += \ messaging \ messaging \ PhotoTable \ PhotoTable \ preinstalled-packages-platform-aosp-product.xml \ preinstalled-packages-platform-aosp-product.xml \ ThemePicker \ WallpaperPicker \ WallpaperPicker \ # Telephony: # Telephony: Loading
target/product/handheld_system.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -44,6 +44,7 @@ PRODUCT_PACKAGES += \ CaptivePortalLogin \ CaptivePortalLogin \ CertInstaller \ CertInstaller \ CredentialManager \ CredentialManager \ DeviceAsWebcam \ DocumentsUI \ DocumentsUI \ DownloadProviderUi \ DownloadProviderUi \ EasterEgg \ EasterEgg \ Loading