Pierre-Hugues Husson | 1cbdf55 | 2017-12-17 17:46:37 +0100 | [diff] [blame] | 1 | GAPPS_VARIANT := nano |
Dinolek | 27aa7be | 2018-03-17 20:32:29 +0100 | [diff] [blame] | 2 | DONT_DEXPREOPT_PREBUILTS := true |
Pierre-Hugues Husson | 6f0f99d | 2018-03-19 23:11:52 +0100 | [diff] [blame] | 3 | WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true |
Pierre-Hugues Husson | 1cbdf55 | 2017-12-17 17:46:37 +0100 | [diff] [blame] | 4 | GAPPS_FORCE_PACKAGE_OVERRIDES := true |
Pierre-Hugues Husson | 80ed3f4 | 2017-12-18 21:09:17 +0100 | [diff] [blame] | 5 | GAPPS_FORCE_BROWSER_OVERRIDES := true |
Pierre-Hugues Husson | fd24ea3 | 2017-12-19 02:01:18 +0100 | [diff] [blame] | 6 | GAPPS_FORCE_WEBVIEW_OVERRIDES := true |
Pierre-Hugues Husson | 1cbdf55 | 2017-12-17 17:46:37 +0100 | [diff] [blame] | 7 | PRODUCT_PACKAGES += \ |
| 8 | Chrome \ |
| 9 | CalculatorGoogle \ |
| 10 | PrebuiltDeskClockGoogle \ |
| 11 | CalendarGooglePrebuilt \ |
| 12 | GoogleHome \ |
| 13 | LatinImeGoogle \ |
| 14 | phh-overrides |
| 15 | |
| 16 | $(call inherit-product, vendor/opengapps/build/opengapps-packages.mk) |