Skip to content

Commit

Permalink
Merge pull request #283 from Tortel/master
Browse files Browse the repository at this point in the history
Add AndroidAuto module and add to stock target
  • Loading branch information
alviteri committed Jan 8, 2021
2 parents 0d08c05 + bcac3de commit 060cf79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/AndroidAuto/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
LOCAL_PATH := .
include $(CLEAR_VARS)
include $(GAPPS_CLEAR_VARS)
LOCAL_MODULE := AndroidAuto
LOCAL_PACKAGE_NAME := com.google.android.projection.gearhead
LOCAL_PRIVILEGED_MODULE := true

include $(BUILD_GAPPS_PREBUILT_APK)
1 change: 1 addition & 0 deletions opengapps-packages.mk
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ ifneq ($(filter stock,$(TARGET_GAPPS_VARIANT)),) # require at least stock
GAPPS_FORCE_MMS_OVERRIDES := true
GAPPS_FORCE_WEBVIEW_OVERRIDES := true
GAPPS_PRODUCT_PACKAGES += \
AndroidAuto \
GoogleCamera \
GoogleContacts \
LatinImeGoogle \
Expand Down

0 comments on commit 060cf79

Please sign in to comment.