Loading run-as/Android.mk +4 −2 Original line number Diff line number Diff line Loading @@ -7,4 +7,6 @@ LOCAL_SHARED_LIBRARIES := libselinux LOCAL_MODULE := run-as LOCAL_CFLAGS := -Werror include $(BUILD_EXECUTABLE) run-as/package.c +0 −4 Original line number Diff line number Diff line Loading @@ -408,10 +408,6 @@ parse_positive_decimal(const char** pp, const char* end) value = -1; } return value; BAD: *pp = p; return -1; } /* Read the system's package database and extract information about Loading Loading
run-as/Android.mk +4 −2 Original line number Diff line number Diff line Loading @@ -7,4 +7,6 @@ LOCAL_SHARED_LIBRARIES := libselinux LOCAL_MODULE := run-as LOCAL_CFLAGS := -Werror include $(BUILD_EXECUTABLE)
run-as/package.c +0 −4 Original line number Diff line number Diff line Loading @@ -408,10 +408,6 @@ parse_positive_decimal(const char** pp, const char* end) value = -1; } return value; BAD: *pp = p; return -1; } /* Read the system's package database and extract information about Loading