Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c95812e6 authored by Brett Chabot's avatar Brett Chabot Committed by Android (Google) Code Review
Browse files

Merge "Move out all framework-tests classes." into gingerbread

parents f897b443 be81f4f1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package android.text;

import android.text.PackedIntVector;
import junit.framework.TestCase;

/**
+4 −2
Original line number Diff line number Diff line
@@ -4,9 +4,11 @@ LOCAL_PATH:= $(call my-dir)
# ============================================================
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
            $(call all-subdir-java-files)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
            
LOCAL_MODULE := android.policy

include $(BUILD_JAVA_LIBRARY)

# additionally, build unit tests in a separate .apk
include $(call all-makefiles-under,$(LOCAL_PATH))
Loading