Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0915192d authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Stop asking for old versions of C++ in system/core."

am: e61e2fcf

Change-Id: I9c424e8bb99c7f03baefc794e4b095b8d29db3bb
parents 15d565bb e61e2fcf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ cc_defaults {
    name: "crasher-defaults",

    cppflags: [
        "-std=gnu++14",
        "-W",
        "-Wall",
        "-Wextra",
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := gatekeeperd-unit-tests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
LOCAL_CFLAGS += -g -Wall -Werror -Wno-missing-field-initializers
LOCAL_SHARED_LIBRARIES := libgatekeeper libcrypto libbase
LOCAL_STATIC_LIBRARIES := libscrypt_static
LOCAL_C_INCLUDES := external/scrypt/lib/crypto
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ cc_test {
        "-g",
        "-Wall",
        "-Werror",
        "-std=gnu++11",
        "-Wno-missing-field-initializers",
    ],