Commit 08fea2ab authored by Cesar Matias's avatar Cesar Matias
Browse files

Browser: Remove Gello and use newest Chromium

parent f1df79bd
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2011 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,12 +16,13 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := Gello
LOCAL_MODULE := Chromium
LOCAL_MODULE_CLASS := APPS
LOCAL_CERTIFICATE := $(DEFAULT_SYSTEM_DEV_CERTIFICATE)
LOCAL_CERTIFICATE := platform
LOCAL_OVERRIDES_PACKAGES := Browser

LOCAL_DEX_PREOPT := false

LOCAL_SRC_FILES := gello-42.apk
LOCAL_SRC_FILES := Chromium.apk

include $(BUILD_PREBUILT)
+11.1 MiB (48.2 MiB)

File changed and moved.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
    vendor/mad/prebuilt/etc/agps_profiles_conf2.xml:system/etc/agps_profiles_conf2.xml

# Gello
# Chromium
PRODUCT_PACKAGES += \
    Gello
    Chromium

# Snap
PRODUCT_PACKAGES += \