diff options
Diffstat (limited to 'libcopybit/Android.mk')
-rwxr-xr-x | libcopybit/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcopybit/Android.mk b/libcopybit/Android.mk index 8b4df60..8de55ff 100755 --- a/libcopybit/Android.mk +++ b/libcopybit/Android.mk @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +ifeq ($(TARGET_DEVICE),crespo) ifeq ($(BOARD_USES_COPYBIT),true) LOCAL_PATH:= $(call my-dir) @@ -33,3 +34,4 @@ LOCAL_MODULE := copybit.$(TARGET_BOARD_PLATFORM) include $(BUILD_SHARED_LIBRARY) endif +endif |