* commit '832388de41c6b44d43bd1f1307b3386d0fcc376e':
Revert 776bd3e46c
This commit is contained in:
committed by
Android Git Automerger
commit
62b21b4146
@@ -12,6 +12,14 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# 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)
|
||||
|
||||
ifneq ($(TARGET_PRODUCT),sim)
|
||||
@@ -27,3 +35,5 @@ LOCAL_MODULE := gps.goldfish
|
||||
LOCAL_MODULE_TAGS := debug
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
endif
|
||||
|
||||
endif # BUILD_EMULATOR_GPS_MODULE
|
||||
|
||||
@@ -16,6 +16,13 @@
|
||||
# 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)
|
||||
|
||||
ifneq ($(TARGET_PRODUCT),sim)
|
||||
@@ -33,3 +40,5 @@ LOCAL_MODULE_TAGS := debug
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
endif # TARGET_PRODUCT != sim
|
||||
|
||||
endif # BUILD_EMULATOR_QEMU_PROPS
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# 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)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
@@ -14,3 +21,5 @@ LOCAL_MODULE:= qemud
|
||||
LOCAL_MODULE_TAGS := debug
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
endif # BUILD_EMULATOR_QEMUD
|
||||
@@ -12,6 +12,14 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# 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)
|
||||
|
||||
ifneq ($(TARGET_PRODUCT),sim)
|
||||
@@ -26,3 +34,5 @@ LOCAL_MODULE := sensors.goldfish
|
||||
LOCAL_MODULE_TAGS := debug
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
endif
|
||||
|
||||
endif # BUILD_EMULATOR_SENSORS_MODULE
|
||||
|
||||
Reference in New Issue
Block a user