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
bootable_recovery
Commits
b0462e6a
Commit
b0462e6a
authored
14 years ago
by
Jeff Brown
Browse files
Options
Download
Email Patches
Plain Diff
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ib465fdb42c8621899bea15c04a427d7ab1641a8c
parent
93348786
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
16 deletions
+0
-16
Android.mk
Android.mk
+0
-4
applypatch/Android.mk
applypatch/Android.mk
+0
-4
mtdutils/Android.mk
mtdutils/Android.mk
+0
-4
tools/ota/Android.mk
tools/ota/Android.mk
+0
-4
No files found.
Android.mk
View file @
b0462e6a
ifneq
($(TARGET_SIMULATOR),true)
LOCAL_PATH
:=
$(
call
my-dir
)
include
$(CLEAR_VARS)
...
...
@@ -74,5 +72,3 @@ include $(commands_recovery_local_path)/edify/Android.mk
include
$(commands_recovery_local_path)/updater/Android.mk
include
$(commands_recovery_local_path)/applypatch/Android.mk
commands_recovery_local_path
:=
endif
# !TARGET_SIMULATOR
This diff is collapsed.
Click to expand it.
applypatch/Android.mk
View file @
b0462e6a
...
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ifneq
($(TARGET_SIMULATOR),true)
LOCAL_PATH
:=
$(
call
my-dir
)
include
$(CLEAR_VARS)
...
...
@@ -57,5 +55,3 @@ LOCAL_C_INCLUDES += external/zlib external/bzip2
LOCAL_STATIC_LIBRARIES
+=
libz libbz
include
$(BUILD_HOST_EXECUTABLE)
endif
# !TARGET_SIMULATOR
This diff is collapsed.
Click to expand it.
mtdutils/Android.mk
View file @
b0462e6a
ifneq
($(TARGET_SIMULATOR),true)
LOCAL_PATH
:=
$(
call
my-dir
)
include
$(CLEAR_VARS)
...
...
@@ -18,5 +16,3 @@ LOCAL_MODULE_TAGS := eng
LOCAL_STATIC_LIBRARIES
:=
libmtdutils
LOCAL_SHARED_LIBRARIES
:=
libcutils libc
include
$(BUILD_EXECUTABLE)
endif
# !TARGET_SIMULATOR
This diff is collapsed.
Click to expand it.
tools/ota/Android.mk
View file @
b0462e6a
...
...
@@ -14,8 +14,6 @@
LOCAL_PATH
:=
$(
call
my-dir
)
ifneq
($(TARGET_SIMULATOR),true)
include
$(CLEAR_VARS)
LOCAL_FORCE_STATIC_EXECUTABLE
:=
true
LOCAL_MODULE
:=
add-property-tag
...
...
@@ -33,5 +31,3 @@ LOCAL_MODULE_TAGS := debug
LOCAL_SRC_FILES
:=
check-lost+found.c
LOCAL_STATIC_LIBRARIES
:=
libcutils libc
include
$(BUILD_EXECUTABLE)
endif
# !TARGET_SIMULATOR
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