Merge "bliss: Cleanup vendor" into q10
diff --git a/README.mkdn b/README.mkdn
deleted file mode 100644
index d3504c1..0000000
--- a/README.mkdn
+++ /dev/null
@@ -1,37 +0,0 @@
-LineageOS
-===========
-
-Getting started
----------------
-
-To get started with Android/LineageOS, you'll need to get
-familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
-
-To initialize your local repository using the LineageOS trees, use a command like this:
-```
-repo init -u git://github.com/LineageOS/android.git -b lineage-17.0
-```
-Then to sync up:
-```
-repo sync
-```
-Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.
-
-
-Submitting patches
-------------------
-Patches are always welcome! Please submit your patches via LineageOS Gerrit!
-
-Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html).
-
-To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/).
-
-
-Buildbot
---------
-
-All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable.
-
-You can view the current build statuses at [LineageOS Jenkins](https://jenkins.lineageos.org/).
-
-Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).
diff --git a/build/core/main.mk b/build/core/main.mk
deleted file mode 100644
index 5582a7f..0000000
--- a/build/core/main.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-# Include Bliss versions
-include $(TOPDIR)vendor/bliss/build/core/main_version.mk
diff --git a/build/core/main_version.mk b/build/core/main_version.mk
deleted file mode 100644
index 8ade967..0000000
--- a/build/core/main_version.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# LineageOS Platform SDK Version
-ADDITIONAL_BUILD_PROPERTIES += \
- ro.lineage.build.version.plat.sdk=$(LINEAGE_PLATFORM_SDK_VERSION)
-
-# LineageOS Platform Internal Version
-ADDITIONAL_BUILD_PROPERTIES += \
- ro.lineage.build.version.plat.rev=$(LINEAGE_PLATFORM_REV)
diff --git a/config/bliss_packages.mk b/config/bliss_packages.mk
index 51fee2d..b2e69f5 100644
--- a/config/bliss_packages.mk
+++ b/config/bliss_packages.mk
@@ -66,7 +66,9 @@
GalleryGoPrebuilt \
PixelThemes \
AboutBliss \
- BlissStatistics
+ BlissStatistics \
+ Contacts \
+ Dialer
# Accents
PRODUCT_PACKAGES += \
diff --git a/config/misc_packages.mk b/config/misc_packages.mk
index 7ada937..d088b71 100644
--- a/config/misc_packages.mk
+++ b/config/misc_packages.mk
@@ -26,12 +26,9 @@
AudioFX \
Backgrounds \
LineageSettingsProvider \
- LineageSetupWizard \
Eleven \
- ExactCalculator \
Jelly \
LockClock \
- TrebuchetQuickStep \
WeatherProvider
# Exchange support
@@ -52,9 +49,3 @@
LineagePurpleAccent \
LineageRedAccent \
LineageYellowAccent
-
-# AOSP Packages
-PRODUCT_PACKAGES += \
- Contacts \
- Dialer \
- DeskClock