Commit Graph

19 Commits

Author SHA1 Message Date
Martin Dünkelmann f9b2776c52 Sync with OmniROM and android-9.0.0_r30
Signed-off-by: Martin Dünkelmann <nc-duenkekl3@netcologne.de>
2019-01-24 07:46:06 +00:00
Mohd Faraz 5e546a28c0 This is Required
Change-Id: I3c1a3eca9ece8205f43340d44083c4002cfadc29
Signed-off-by: Mohd Faraz <mohd.faraz.abc@gmail.com>
2019-01-07 17:31:35 +00:00
Mohd Faraz dba7b87496 Merge: android-9.0
Change-Id: I40aee3dc8dd1ef539dd07f042a05f2b19e2751af
Signed-off-by: Mohd Faraz <mohd.faraz.abc@gmail.com>
2018-12-31 16:37:27 +00:00
Captain Throwback c7dd64bc53 Merge remote-tracking branch 'omnirom/android-8.1' into twrp-8.1
Change-Id: Iea06e7c92f5c344c7021cbe3d681ee2e6a42f5ad
2018-07-16 12:39:16 -04:00
Chippa-a a5d2d4e4d2 manifest: Remove duplicate
Already in remove.xml.

fatal: remove-project element specifies non-existent project:
platform/packages/apps/Stk

Change-Id: Iec36eb51fb44fff8f13bd070694e41a8c4038006
2018-07-01 15:17:57 -04:00
Captain Throwback 3bd560457f Merge remote-tracking branch 'omnirom/android-8.1' into twrp-8.1
Change-Id: I83d82856a8baa8fb6e8d9a2c5e8397cccf02a8dd
2018-06-27 15:33:00 -04:00
Captain Throwback dfea739beb Update minimal manifest
Change-Id: I25bad56bad216c9fbc5a91978cc2a5eeac30f403
2018-03-07 09:25:39 -05:00
Captain Throwback ec771c8d30 Merge remote-tracking branch 'omnirom/android-8.1' into twrp-8.1
Conflicts:
	default.xml
	omni-default.xml

Change-Id: I3113e86ff38db6129c120cd1acf843570e530d76
2018-02-21 18:39:09 -05:00
Captain Throwback 56c473a8fc Update minimal manifest for latest Omni changes
Change-Id: Ic3030a30bdf940a0826999833e0eae879d3d8d00
2018-01-05 15:54:31 -05:00
nkk71 80f9063bda Minimal TWRP manifest: Updates for omni-8.1
* PLEASE READ THIS:
  Due to way the build environment now checks every
  single makefile, whether used or unused you will
  have to set the following variable:
      export ALLOW_MISSING_DEPENDENCIES=true
  as mentioned by the build message:
  "You can set ALLOW_MISSING_DEPENDENCIES=true in your environment
  if this is intentional, but that may defer real problems until
  later in the build."
2017-12-19 14:46:04 +02:00
nkk71 34e9610c7a Revert: Add platform/frameworks/support
* platform/frameworks/support is needed by
  android_frameworks_base.

* When building with a stripped down framework/base
  it was not needed. For the 'stripped' information
  refer to my comments here 70da2068a8

(reverted from commit 699490ddcf)
2017-12-06 14:20:04 +02:00
nkk71 1b6d6237dd Remove repos I clone myself 2017-12-06 14:20:04 +02:00
nkk71 480e9e8c4e remove-minimal: Update for upstream omni changes 2017-12-06 13:22:10 +02:00
nkk71 699490ddcf Add platform/frameworks/support
* platform/frameworks/support is needed by
  android_frameworks_base.

* When building with a stripped down framework/base
  it was not needed. For the 'stripped' information
  refer to my comments here 70da2068a8
2017-12-05 20:23:12 +02:00
nkk71 7bb56ddd94 Add TWRP repo from omnirom 2017-12-05 16:09:35 +02:00
nkk71 f17d2ccdbc Minimal TWRP: Add/Replace needed libs for FBE as well as busybox
* Addresses the problems mentioned in
  70da2068a8
  1) system/keymaster and system/security are replaced by
     AOSP-android-8.0.0_r34 versions
  2) weaver and libkeyutils get synced to a staging directory
     then symlinked to the proper destination directories

* Comment out the removal of android_frameworks_base

* Add TeamWin's android-8.0 busybox
2017-12-05 14:46:11 +02:00
nkk71 70da2068a8 remove-minimal.xml: Partial changes needed for FBE decryption
* This is only a partial commit. Some repos still need to be
  included manually, see the comment about android_frameworks_base.
  And some additional libs/dirs are needed from AOSP r34 source
  since they are not yet available (or updated) in the current omni
  repo at the time of this writing.

* Using AOSP android-8.0.0_r34 tag:

  For at least a build:
    Add: frameworks/base/core/java/android/content
    Add: frameworks/base/core/java/android/security

  For weaver:
    Add: hardware/interfaces/weaver

  For libkeymaster1.so -> libkeymaster_portable.so and libkeymaster_staging.so
    Replace: system/keymaster
    Replace: system/security/keystore

  For libkeyutils.so
    Add: system/core/libkeyutils
2017-12-03 21:13:20 +02:00
nkk71 7748a84e90 remove-minimal.xml: Don't remove needed repos 2017-10-25 12:51:57 +03:00
nkk71 e7e95c0640 remove-minimal.xml: Initial commit (removes everything!) 2017-10-25 12:50:46 +03:00