Advertisement
gimmeitorilltell

Untitled

Apr 26th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ifeq ($(GAPPS_FORCE_BROWSER_OVERRIDES),true)
  2. ifneq ($(filter $(call get-allowed-api-levels),23),)
  3. DEVICE_PACKAGE_OVERLAYS += \
  4. $(GAPPS_DEVICE_FILES_PATH)/overlay/browser
  5. endif
  6. PRODUCT_PACKAGES += \
  7. Chrome
  8. endif
  9.  
  10. ifneq ($(filter $(call get-allowed-api-levels),23),)
  11. ifeq ($(GAPPS_FORCE_DIALER_OVERRIDES),true)
  12. DEVICE_PACKAGE_OVERLAYS += \
  13. $(GAPPS_DEVICE_FILES_PATH)/overlay/dialer
  14.  
  15. PRODUCT_PACKAGES += \
  16. GoogleDialer
  17. endif
  18. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement