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

Commit 6fb084db 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

Change-Id: Ic05b86f4bbff44e03298e823e9105c664b7ba1e0
parents 9d077ecd d5dca64f
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;