aboutsummaryrefslogtreecommitdiffstats
path: root/common/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/README.txt')
-rw-r--r--common/README.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/common/README.txt b/common/README.txt
deleted file mode 100644
index d4c6232..0000000
--- a/common/README.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-common.jar contains resource configuration enums. It is used by various tools, but also
-by layoutlib.jar
-
-Layoutlib.jar is built from frameworks/base.git and therefore is versioned with the platform.
-
-IMPORTANT NOTE REGARDING CHANGES IN common.jar:
-
-- The API must stay compatible. This is because while layoutlib.jar compiles against it,
- the client provides the implementation and must be able to load earlier versions of layoutlib.jar.
-
-- Updated version of common should be copied to the current in-dev branch of
- prebuilt/common/common/common-prebuilt.jar
- The PREBUILT file in the same folder must be updated as well to reflect how to rebuild this
- prebuilt jar file. \ No newline at end of file