diff --git a/Android.mk b/Android.mk index af9668e..d497619 100644 --- a/Android.mk +++ b/Android.mk @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +ifeq ($(TARGET_USES_ION),true) LOCAL_PATH := $(call my-dir) # HAL module implemenation, not prelinked and stored in @@ -67,3 +67,4 @@ LOCAL_MODULE := libgralloc_qsd8k_host LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc-qsd8k\" include $(BUILD_HOST_STATIC_LIBRARY) endif +endif