X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=core%2Fbuild-system.html;h=760589a0f4854b351ea98cb1d6bde64af48d2c7b;hb=54b15b5dd65026f10b25a5d297f6d25c2ab70d8c;hp=e547185c9094d4027f3911d14d29993bf64d33d2;hpb=ca8cd5bdc3a7301b69acc9cb75c70c0e92fab19a;p=android-x86%2Fbuild.git diff --git a/core/build-system.html b/core/build-system.html index e547185c9..760589a0f 100644 --- a/core/build-system.html +++ b/core/build-system.html @@ -516,16 +516,8 @@ specified here as well.

-

TARGET_SIMULATOR

-

If we're building the simulator, as opposed to the arm or emulator builds, -TARGET_SIMULATOR will be set to true. -

Some Examples

-
ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_CFLAGS += -DSIMULATOR
-endif
-
-ifeq ($(TARGET_BUILD_TYPE),release)
+
ifeq ($(TARGET_BUILD_TYPE),release)
 LOCAL_CFLAGS += -DNDEBUG=1
 endif