blob: b0bf94876054d343d0f2f8de3140475a6532eb05 [file] [log] [blame]
# Copyright 2014 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := sprite
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libsprite.so
include $(PREBUILT_SHARED_LIBRARY)