Skip to content

Commit

Permalink
Build Moto binaries from source
Browse files Browse the repository at this point in the history
  • Loading branch information
dhacker29 committed Jan 18, 2013
1 parent fd09c67 commit 18a0031
Show file tree
Hide file tree
Showing 228 changed files with 15,929 additions and 0 deletions.
34 changes: 34 additions & 0 deletions aplogd/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 2006 The Android Open Source Project

LOCAL_PATH:= $(call my-dir)
include $(BUILD_PREBUILD)
include $(CLEAR_VARS)

LOCAL_C_INCLUDES := external/sqlite/dist external/zlib

LOCAL_SRC_FILES:= aplogd.c log_io.c rambuf.c aplogd_util.c

ifeq ($(APLOGD_TEST),true)
LOCAL_SHARED_LIBRARIES := liblogtest libcutils libsqlite libz
LOCAL_CFLAGS:= -fshort-enums -Wall -DAPLOGD_TEST
else
LOCAL_SHARED_LIBRARIES := liblog libcutils libsqlite libz
LOCAL_CFLAGS:= -fshort-enums -Wall
endif

LOCAL_MODULE:= aplogd

LOCAL_MODULE_TAGS:=eng debug

include $(BUILD_EXECUTABLE)

#########################

include $(CLEAR_VARS)

LOCAL_SRC_FILES := modemlog.c
LOCAL_SHARED_LIBRARIES := libcutils
LOCAL_MODULE := modemlog
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
##########################
29 changes: 29 additions & 0 deletions aplogd/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Copyright (c) 2008-2009, Motorola, Inc.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

- Neither the name of the Motorola, Inc. nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
6 changes: 6 additions & 0 deletions aplogd/NOTICE-PROPRIETARY
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* Motorola Confidential Proprietary
* Advanced Technology and Software Operations
* (C) Copyright 2005-2006, 2009 Motorola, Inc. All Rights Reserved.
*/

Loading

0 comments on commit 18a0031

Please sign in to comment.