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

Commit 753faba6 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in frameworks/base/tests/backup" am: d5dca64f

am: 6fb084db

Change-Id: I6d18cc00937896bb227fc1ba30bc6102f84029b3
parents 5d2bd6bf 6fb084db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
    backup_helper_test.cpp

LOCAL_CFLAGS := -Wall -Werror
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := backup_helper_test
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
@@ -43,4 +44,3 @@ LOCAL_PACKAGE_NAME := BackupTest
LOCAL_PROGUARD_ENABLED := disabled

include $(BUILD_PACKAGE)
    
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ main(int argc, const char** argv)

#else
int
main(int argc, char** argv)
main(int, char**)
{
    printf ("test_backup_helper built without the tests\n");
    return 0;