Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
André Lam
android_vendor_lineage
Commits
158abf5a
Commit
158abf5a
authored
Apr 06, 2020
by
Romain Hunault
Browse files
Merge branch 'v1-pie-sprint_istanbul' into 'v1-pie'
[RELEASE] Sprint Istanbul See merge request
e/os/android_vendor_lineage!24
parents
59f3f027
39ebbaa9
Changes
2
Show whitespace changes
Inline
Side-by-side
config/common.mk
View file @
158abf5a
...
...
@@ -129,6 +129,34 @@ PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
PRODUCT_PACKAGES
+=
\
bootanimation.zip
# Required /e/ packages
PRODUCT_PACKAGES
+=
\
GmsCore
\
GsfProxy
\
FakeStore
\
com.google.android.maps.jar
\
Mail
\
BlissLauncher
\
BlissIconPack
\
MozillaNlpBackend
\
OpenWeatherMapWeatherProvider
\
AccountManager
\
MagicEarth
\
PdfViewer
\
Camera
\
eDrive
\
Weather
\
Notes
\
Tasks
\
NominatimNlpBackend
\
DroidGuard
\
LibreOfficeViewer
\
OpenKeychain
\
Message
\
Browser
\
BrowserWebView
\
Apps
# Required Lineage packages
PRODUCT_PACKAGES
+=
\
LineageParts
\
...
...
@@ -193,6 +221,12 @@ PRODUCT_PACKAGES += \
wget
\
zip
# Custom packages
ifdef
CUSTOM_PACKAGES
PRODUCT_PACKAGES
+=
$(CUSTOM_PACKAGES)
endif
# Charger
PRODUCT_PACKAGES
+=
\
charger_res_images
...
...
@@ -251,6 +285,8 @@ PRODUCT_PACKAGES += \
endif
endif
PRODUCT_PACKAGE_OVERLAYS
:=
vendor/lineage/overlay/microg
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS
+=
vendor/lineage/overlay
DEVICE_PACKAGE_OVERLAYS
+=
vendor/lineage/overlay/common
...
...
@@ -274,11 +310,6 @@ ifndef LINEAGE_BUILDTYPE
endif
endif
# Filter out random types, so it'll reset to UNOFFICIAL
ifeq
($(filter RELEASE NIGHTLY SNAPSHOT EXPERIMENTAL,$(LINEAGE_BUILDTYPE)),)
LINEAGE_BUILDTYPE
:=
endif
ifdef
LINEAGE_BUILDTYPE
ifneq
($(LINEAGE_BUILDTYPE), SNAPSHOT)
ifdef
LINEAGE_EXTRAVERSION
...
...
overlay/microg/frameworks/base/core/res/res/values/config.xml
0 → 100644
View file @
158abf5a
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright (c) 2012-2016, The Linux Foundation. All rights reserved
Not a Contribution.
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
-->
<resources
xmlns:xliff=
"urn:oasis:names:tc:xliff:document:1.2"
>
<!-- Force-enable the location overlays -->
<bool
name=
"config_enableNetworkLocationOverlay"
translatable=
"false"
>
true
</bool>
<bool
name=
"config_enableFusedLocationOverlay"
translatable=
"false"
>
true
</bool>
</resources>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment