diff options
author | Sam Mortimer <sam@mortimer.me.uk> | 2020-05-29 00:37:31 -0700 |
---|---|---|
committer | Bruno Martins <bgcngm@gmail.com> | 2020-05-29 10:41:13 +0200 |
commit | b7a010edcb915a02a7bdd38cc104d27ca06af389 (patch) | |
tree | 3c7c5c2c3dea88a960a0d8e78c589255ae2ae2eb | |
parent | f2eae7cd029fefcf06c170e31d04794e9577e71d (diff) | |
download | external_wget-b7a010edcb915a02a7bdd38cc104d27ca06af389.tar.gz external_wget-b7a010edcb915a02a7bdd38cc104d27ca06af389.tar.bz2 external_wget-b7a010edcb915a02a7bdd38cc104d27ca06af389.zip |
vendor/lineage: emulator should have mobile config
* It's missing launcher and browser (etc) otherwise after:
https://github.com/LineageOS/android_vendor_lineage/commit/c493cb30f77107375212cbdf37ff62d839fa180e
Change-Id: Ie7c1983eb88c9bf1411c069303e3e55fda150f06
-rw-r--r-- | build/target/product/lineage_generic_target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target/product/lineage_generic_target.mk b/build/target/product/lineage_generic_target.mk index 705f6962..aa380844 100644 --- a/build/target/product/lineage_generic_target.mk +++ b/build/target/product/lineage_generic_target.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -$(call inherit-product, vendor/lineage/config/common.mk) +$(call inherit-product, vendor/lineage/config/common_mobile.mk) PRODUCT_COPY_FILES += \ device/generic/goldfish/data/etc/permissions/privapp-permissions-goldfish.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-goldfish.xml \ |