Commit b82d2d99 authored by fire855's avatar fire855
Browse files

Chromium: don't sign with platform certificate

This allows users to disable the app
parent 54decd8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ include $(CLEAR_VARS)

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

LOCAL_DEX_PREOPT := false