Skip to content
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

GApps are not showing on device #296

Open
Sunil178 opened this issue Nov 11, 2021 · 0 comments
Open

GApps are not showing on device #296

Sunil178 opened this issue Nov 11, 2021 · 0 comments

Comments

@Sunil178
Copy link

Sunil178 commented Nov 11, 2021

I have followed all the steps required for it, but no any gapps found on the emulator
System Conf:
OS = Ubuntu 20.04
AOSP branch = android 9
AOSP arch = x86_64
Here is the log file
make.log

I have done some debugs from my side and that make variables are not set which are inherited from another make files.
File:
vendor/opengapps/build/modules/ActionsServices/Android.mk

LOCAL_PATH := .
include $(CLEAR_VARS)
include $(GAPPS_CLEAR_VARS)
LOCAL_MODULE := ActionsServices
LOCAL_PACKAGE_NAME := com.google.android.as
LOCAL_PRIVILEGED_MODULE := true

include $(BUILD_GAPPS_PREBUILT_APK)

Here BUILD_GAPPS_PREBUILT_APK is empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant