Skip to content
Snippets Groups Projects
Commit 6d73fc63 authored by Greg Hartman's avatar Greg Hartman
Browse files

Revert "Add host build rules for sgdisk"

This reverts commit adc00b16.

Change-Id: I12ff87b2d042494e6ad20ffa6d7626c143224f46
parent adc00b16
No related branches found
No related tags found
No related merge requests found
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cc
sgdisk_src_files := \ LOCAL_SRC_FILES := \
sgdisk.cc \ sgdisk.cc \
gptcl.cc \ gptcl.cc \
crc32.cc \ crc32.cc \
...@@ -18,30 +21,9 @@ sgdisk_src_files := \ ...@@ -18,30 +21,9 @@ sgdisk_src_files := \
diskio-unix.cc \ diskio-unix.cc \
android_popt.cc \ android_popt.cc \
include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES := $(sgdisk_src_files)
LOCAL_SHARED_LIBRARIES := libext2_uuid LOCAL_SHARED_LIBRARIES := libext2_uuid
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := sgdisk LOCAL_MODULE := sgdisk
include $(BUILD_EXECUTABLE) include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES := $(sgdisk_src_files)
LOCAL_CFLAGS := -D__ANDROID__
LOCAL_SHARED_LIBRARIES := libext2_uuid_host
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := sgdisk_host
LOCAL_MODULE_STEM := sgdisk
include $(BUILD_HOST_EXECUTABLE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment