Skip to content

Commit

Permalink
Revert "Enable Android Desktop mode by default"
Browse files Browse the repository at this point in the history
This reverts commit 0e89b8e.

Tracked-On: OAM-125619
Signed-off-by: Tanuj Tekriwal <[email protected]>
  • Loading branch information
tanujtekriwal authored and sysopenci committed Sep 26, 2024
1 parent 8043241 commit 98d4a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion groups/device-type/tablet/option.spec
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[defaults]
pc_core_hardware_path = frameworks/native/data/etc
tablet_core_hardware_path = frameworks/native/data/etc
7 changes: 2 additions & 5 deletions groups/device-type/tablet/product.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
PRODUCT_CHARACTERISTICS := pc
PRODUCT_CHARACTERISTICS := tablet

PRODUCT_COPY_FILES += \
{{{pc_core_hardware_path}}}/pc_core_hardware.xml:vendor/etc/permissions/pc_core_hardware.xml

PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.freeform_window_management.xml:vendor/etc/permissions/android.software.freeform_window_management.xml
{{{tablet_core_hardware_path}}}/tablet_core_hardware.xml:vendor/etc/permissions/tablet_core_hardware.xml

0 comments on commit 98d4a78

Please sign in to comment.