Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
libcore
Commits
c3d30bfb
Commit
c3d30bfb
authored
14 years ago
by
Elliott Hughes
Browse files
Options
Download
Email Patches
Plain Diff
Tell editors that these are Makefiles (or fragments thereof).
Change-Id: I0c5e29ac750b9605b1e8f823d6998d31a933b7a4
parent
2f2001f2
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
1 deletion
+8
-1
Android.mk
Android.mk
+1
-0
CleanSpec.mk
CleanSpec.mk
+1
-0
Docs.mk
Docs.mk
+1
-0
NativeCode.mk
NativeCode.mk
+2
-1
dalvik/src/main/native/sub.mk
dalvik/src/main/native/sub.mk
+1
-0
luni/src/main/native/sub.mk
luni/src/main/native/sub.mk
+1
-0
sqlite-jdbc/Android.mk
sqlite-jdbc/Android.mk
+1
-0
No files found.
Android.mk
View file @
c3d30bfb
# -*- mode: makefile -*-
# Copyright (C) 2009 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
This diff is collapsed.
Click to expand it.
CleanSpec.mk
View file @
c3d30bfb
# -*- mode: makefile -*-
# Copyright (C) 2007 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
This diff is collapsed.
Click to expand it.
Docs.mk
View file @
c3d30bfb
# -*- mode: makefile -*-
# List of libcore directories to include in documentation.
# Shared between libcore and frameworks/base.
...
...
This diff is collapsed.
Click to expand it.
NativeCode.mk
View file @
c3d30bfb
# -*- mode: makefile -*-
# Copyright (C) 2007 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -101,7 +102,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE
:=
libjavacore
ifneq
($(TARGET_SIMULATOR),true)
LOCAL_C_INCLUDES
+=
external/stlport/stlport bionic/ bionic/libstdc++/include
LOCAL_C_INCLUDES
+=
external/stlport/stlport bionic/ bionic/libstdc++/include
LOCAL_SHARED_LIBRARIES
+=
libstlport
endif
...
...
This diff is collapsed.
Click to expand it.
dalvik/src/main/native/sub.mk
View file @
c3d30bfb
# -*- mode: makefile -*-
# This file is included by the top-level libcore Android.mk.
# It's not a normal makefile, so we don't include CLEAR_VARS
# or BUILD_*_LIBRARY.
...
...
This diff is collapsed.
Click to expand it.
luni/src/main/native/sub.mk
View file @
c3d30bfb
# -*- mode: makefile -*-
# This file is included by the top-level libcore Android.mk.
# It's not a normal makefile, so we don't include CLEAR_VARS
# or BUILD_*_LIBRARY.
...
...
This diff is collapsed.
Click to expand it.
sqlite-jdbc/Android.mk
View file @
c3d30bfb
# -*- mode: makefile -*-
sqlite_jdbc_src_files
:=
\
src/main/native/sqlite_jni.c
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment