Commit Graph

23 Commits

Author SHA1 Message Date
Kevin F. Haggerty 1a6034f154 matisse-common: Don't let builds complete without vendor tree
* There is zero reason to ever build without blobs. We've even seen
  this situation with official builds from our servers. It's always
  better for a build to fail than it is for it to produce something
  that has no chance at working.

Change-Id: I4968795670c91f691e9ecdc0e4af62e16ba3a93a
2021-05-28 19:41:59 +02:00
Alessandro Astone 748ced628c matisse-common: Shim libperipheral_client.so
* LocSvc_afw: get_geofence_interface, dlopen for libgeofence.so
  failed, error = dlopen failed: cannot locate symbol
  "_ZN7android10IInterface8asBinderEv" referenced by
  "/system/vendor/lib/libperipheral_client.so"...
* vndksupport: Could not load /vendor/lib/hw/flp.default.so from
  default namespace: dlopen failed: cannot locate symbol
  "_ZN7android10IInterface8asBinderEv" referenced by
  "/system/vendor/lib/libperipheral_client.so"....

Change-Id: I4fed5fc23b1721e75e9759c0811b7532c5b68705
2021-01-15 20:03:23 +01:00
Nolen Johnson b663f3774f matisse-common: Set device soong namespace
Change-Id: I118a3b7a4552ccef219ea1a7c59584d7268614c2
2021-01-14 18:34:46 +01:00
matteo0026 4fcb1d9a9c matisse-common: remove SamsungDoze 2021-01-12 18:38:52 +01:00
matteo0026 f9ac4c1da8 matisse-common: switch to appropriate AAPT config
In this way, Email and Print Spooler apps work without any issue. No crashes anymore.
2020-11-11 20:54:28 +01:00
matteo0026 9d8118f53d matisse-common: correct bootanimation height/width 2020-10-11 12:28:27 -04:00
matteo0026 d5faa936b5 matisse-common: move everything to vendor 2020-09-11 00:17:09 +02:00
matteo0026 6b310db442 matisse-common: delete ro.recents.grid
It's no longer supported in Pie
2020-09-11 00:17:09 +02:00
matteo0026 e930047985 matisse-common: move TARGET_BOOTANIMATION_HALF_RES to msm8226-common 2020-09-11 00:16:53 +02:00
matteo0026 08c50be121 matisse-common: remove Camera2
Snap is compiled by default and works (with, for now, the issue of dark back camera, of course).
2020-09-04 16:30:24 +02:00
DJABhipHop 6a9c6a41cb matisse-common: Set Bootanimation to half-res
* Faster boot, smoother animation

Change-Id: I97f27254474442e3299c7b03ea3180528befa06c
2020-04-24 08:34:47 -04:00
Roman Rihter 5e37ce4862 matisse-common: copy fstab to ramdisk too 2020-04-24 08:34:47 -04:00
Jan Altensen 511548112b matisse-common: build libsuspend
* needed for LPM

Change-Id: I7d1da1d6d07d174ee60e56ac52b814209ec452a4
2020-04-19 21:51:54 +02:00
Alistair Strachan 22a36b731d Revert "matisse-common: Use first_stage_mount feature"
This reverts commit 3bb99e88eb.
2020-03-22 10:51:16 -04:00
Alistair Strachan 3bb99e88eb matisse-common: Use first_stage_mount feature
This allows us to deprecate the dt fstab dependency.

Additional info for matisse device on Lineage:
Needed to make Magisk work, since it doesn't work with
the fake dt fstab thing.

Change-Id: I9c2a8c140ed64faecee0d66e00033fdffa398a4b
2020-03-21 15:13:48 -04:00
RomanDesigner b398f32bb7
Remove FMRadio
It is not building, and hey, who is listening to radio on a TABLET?
2020-01-17 21:03:28 +03:00
Mohammad Afaneh 9f4cf5d3f8
matisse-common: Move keylayout to vendor 2020-01-17 15:55:20 +03:00
RomanDesigner 9093136f6c
matisse-common: Use XML audio policy 2020-01-17 15:54:23 +03:00
Kevin Rocard 8a68dc6084
matisse-common: Convert audio_effects.conf to audio_effects.xml
Bug: 37492580
Test: dumped the effectFactory state and check it was unchanged
      $ adb shell dumpsys media.audio_flinger | sed '/Clients:/q'

Signed-off-by: Kevin Rocard <krocard@google.com>
2020-01-17 15:53:03 +03:00
Han Wang c0fd7ac7bd
matisse-common: Remove deprecated ipv6 tethering support
* This is not a thing anymore since N.

Change-Id: I8aa3cf828cb7f688f703544d9eda4170c99c7650
2020-01-17 15:50:26 +03:00
RomanDesigner e389b9e034
matisse-common: Set shipping API level in the common product makefile
It's not meant to be set as a board config flag. Simply do it by
inheriting the makefile that now also exists for devices launched
with KitKat.

Change-Id: I1ba570823a902cbd352be831b15e64c0eed63044
2020-01-17 15:48:56 +03:00
Francescodario Cuzzocrea 6cd8720714 matisse-common: build Camera2
- Until we figure out crashes caused by CameraWrapper in Snap
   also build Camera2 which at least works
2020-01-08 11:16:22 +01:00
Francescodario Cuzzocrea 22e165c60d [SQUASH]: matisse-common: initial bringup of matisse-common repo from s3ve3g-common repo
Change-Id: Ic670ca01287332c46be39dc64b34cf17fcda559c
2020-01-03 10:27:33 +01:00
Renamed from s3ve3g.mk (Browse further)