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

Commit 8ffdd8f0 authored by Dominik Schürmann's avatar Dominik Schürmann
Browse files

README

parent e0c8778a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
Some people do not have the open source calendar from AOSP and are forced to use either the proprietary Google Calendar from Google Play or the shipped crippled calendar from e.g. Samsung.

I made a repository to build the AOSP calendar without the need to build the whole Android OS.
It has a different package name to prevent conflicting with “com.android.calendar”.

### Build instructions
```
git submodule init
git submodule update

gradle build
```

### How this was done
- see ``build.gradle`` and the modifications to ``AndroidManifest.xml``
- ``fix_strings_and_import.py`` was created to fix a build problem and rename imports of R.java
 No newline at end of file