am 8623972d: Merge "Don\'t try to build libcorkscrew for LP64."

* commit '8623972dc0055ae878df24cf93a663e60a6787f1':
  Don't try to build libcorkscrew for LP64.
This commit is contained in:
Elliott Hughes 2014-01-31 13:00:37 +00:00 committed by Android Git Automerger
commit 7dc91f8cfa

View file

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ifeq ($(TARGET_IS_64_BIT), false)
LOCAL_PATH:= $(call my-dir)
generic_src_files := \
@ -96,3 +98,5 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_EXECUTABLE)
endif # HOST_ARCH == x86
endif # TARGET_IS_64_BIT == false