Commit f63f5ffa authored by DerTeufel's avatar DerTeufel Committed by fire855
Browse files

browser: remove Chromium, build Jelly

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

# Chromium
# Jelly
PRODUCT_PACKAGES += \
    Chromium
    Jelly

# OmniStyle
PRODUCT_PACKAGES += \

prebuilt/Chromium/Android.mk

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
# 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.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := Chromium
LOCAL_MODULE_CLASS := APPS
LOCAL_CERTIFICATE := testkey
LOCAL_OVERRIDES_PACKAGES := Browser

LOCAL_DEX_PREOPT := false

LOCAL_SRC_FILES := Chromium.apk

include $(BUILD_PREBUILT)

prebuilt/Chromium/Chromium.apk

deleted100644 → 0
−47 MiB

File deleted.