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

Commit 685fcf36 authored by Brett Chabot's avatar Brett Chabot Committed by Android Git Automerger
Browse files

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

Merge commit 'c95812e6' into gingerbread-plus-aosp

* commit 'c95812e6':
  Move out all framework-tests classes.
parents 1af48920 c95812e6
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