am 07dfa1b1: am 0ed88818: am cecd02c1: Merge "emulator: Remove the global Make variable trick for emulator-specific system modules."

* commit '07dfa1b15d8ef2bce114d094d3281421ec6034e2':
  emulator: Remove the global Make variable trick for emulator-specific system modules.
This commit is contained in:
David 'Digit' Turner
2011-04-11 17:26:31 -07:00
committed by Android Git Automerger
4 changed files with 0 additions and 38 deletions

View File

@@ -12,14 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# We're moving the emulator-specific platform libs to
# development.git/tools/emulator/. The following test is to ensure
# smooth builds even if the tree contains both versions.
#
ifndef BUILD_EMULATOR_GPS_MODULE
BUILD_EMULATOR_GPS_MODULE := true
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_PRODUCT),sim) ifneq ($(TARGET_PRODUCT),sim)
@@ -35,5 +27,3 @@ LOCAL_MODULE := gps.goldfish
LOCAL_MODULE_TAGS := debug LOCAL_MODULE_TAGS := debug
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
endif endif
endif # BUILD_EMULATOR_GPS_MODULE

View File

@@ -16,13 +16,6 @@
# that should only run in the emulator. # that should only run in the emulator.
# #
# We're moving the emulator-specific platform libs to
# development.git/tools/emulator/. The following test is to ensure
# smooth builds even if the tree contains both versions.
#
ifndef BUILD_EMULATOR_QEMU_PROPS
BUILD_EMULATOR_QEMU_PROPS := true
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_PRODUCT),sim) ifneq ($(TARGET_PRODUCT),sim)
@@ -40,5 +33,3 @@ LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE) include $(BUILD_EXECUTABLE)
endif # TARGET_PRODUCT != sim endif # TARGET_PRODUCT != sim
endif # BUILD_EMULATOR_QEMU_PROPS

View File

@@ -1,12 +1,5 @@
# Copyright 2008 The Android Open Source Project # Copyright 2008 The Android Open Source Project
# We're moving the emulator-specific platform libs to
# development.git/tools/emulator/. The following test is to ensure
# smooth builds even if the tree contains both versions.
#
ifndef BUILD_EMULATOR_QEMUD
BUILD_EMULATOR_QEMUD := true
LOCAL_PATH:= $(call my-dir) LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
@@ -21,5 +14,3 @@ LOCAL_MODULE:= qemud
LOCAL_MODULE_TAGS := debug LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE) include $(BUILD_EXECUTABLE)
endif # BUILD_EMULATOR_QEMUD

View File

@@ -12,14 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# We're moving the emulator-specific platform libs to
# development.git/tools/emulator/. The following test is to ensure
# smooth builds even if the tree contains both versions.
#
ifndef BUILD_EMULATOR_SENSORS_MODULE
BUILD_EMULATOR_SENSORS_MODULE := true
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_PRODUCT),sim) ifneq ($(TARGET_PRODUCT),sim)
@@ -34,5 +26,3 @@ LOCAL_MODULE := sensors.goldfish
LOCAL_MODULE_TAGS := debug LOCAL_MODULE_TAGS := debug
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
endif endif
endif # BUILD_EMULATOR_SENSORS_MODULE