forked from ubports/audioflingerglue
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge upstream & add separated init file #1
Merged
fredldotme
merged 43 commits into
Halium:master
from
peat-psuwit:halium-7.1_camera-enablement
Aug 12, 2019
Merged
Merge upstream & add separated init file #1
fredldotme
merged 43 commits into
Halium:master
from
peat-psuwit:halium-7.1_camera-enablement
Aug 12, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I343ccbe8c8d6c4afb55604952b9a4a99c6addca5
[lib64] Allow for 64-bit libaudioflingerglue. Contributes JB#38376
Add support for Android 7 based ports. Fixes Mer#1732.
Resulting .so file is installed to lib or lib64 based on the arch, we need to update the path in hybris.c accordingly.
Use correct path for .so with 64 bit arch.
If android target architecture is 64bit and our local system is not, append _32 to libaudioflingerglue target.
Autodetect library arch.
Some targets may need device specific defines, to get them from central location we copy android-config.h during build phase to audioflingerglue source directory. To be able to do local builds create empty header as a placeholder.
…ndroid 5 devices. JB#40476
…ices. JB#40476 By specifying USE_32BIT_MINIAF in android-config.h, i.e.: #define USE_32BIT_MINIAF true
allow miniaf to be built as 32 bits and add custom services header
… bit devices. JB#40476" This reverts commit 07d57ab.
This reverts commit 162335e.
This reverts commit ac3b140.
…matically. JB#40476
[audioflingerglue] fix/simplify obs build (and simplify local build).
[audioflinger] Droid 7.0 services with custom version. JB#41180
Decide whether to build 32 bit or 64 bit mini-services based on the LOCAL_32_BIT_ONLY flag in frameworks/av/media/mediaserver/Android.mk. Fixes from JB#41777 need to be merged before this one, then this needs to be tested locally and on obs, to make sure nothing breaks.
Change-Id: Ief047befed3e0d828cc17fc72cd49af1c930471e
[audioflingerglue] Add support for Android 8 based ports. MER#1914
By externalising the logic into a reusable script. Signed-off-by: Simonas Leleiva <[email protected]>
[audioflingerglue] Add custom headers for Android 6.0 JB#41519
[32bit] simplify 32/64 bit builds. JB#41774
Enable target autodetection for local builds too
[arch] Temporarily fix android arch detection. JB#41774
…ut use droid-make or droid-cmd if available. JB#42355
[arch] detect_build_targets can take 2nd argument for android arch, but use droid-make or droid-cmd if available. JB#42355
[audioflinger] Correct method signatures for Android 7.0.0. JB#43145
Droid 7.1 services custom version
Add support for Android 9 based ports
Change-Id: Ic9e7b3428495bf0fb7e3034ce4ccb47f2c794360
Change-Id: I5ac4bf22bbbf203e5318d3ba7ffd2d6f740bfde1
LGTM as it is. Regarding the target branch, we probably should follow the rest of the Halium-specific repos and branch master into halium-{5.1,7.1} as needed. |
peat-psuwit
pushed a commit
to peat-psuwit/audioflingerglue
that referenced
this pull request
May 27, 2020
debian: mark audioflingerglue-dev as Multi-Arch: foreign
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR does 2 things.
I'm not sure which branch should I target. I would recommend merging into master then change the manifest to point to master branch too as the same tree builds on all Android version.