Skip to content

Commit

Permalink
fw_av: AICPfy CAMERA_NEEDS_CLIENT_INFO path
Browse files Browse the repository at this point in the history
Change-Id: I0ff49cb941567be5575317ac244155baf2fe8c9e
  • Loading branch information
semdoc committed Aug 10, 2021
1 parent d3df4f3 commit 04985cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/camera/libcameraservice/CameraService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2995,7 +2995,7 @@ status_t CameraService::BasicClient::startCameraOps() {
sCameraService->updateOpenCloseStatus(mCameraIdStr, true/*open*/, mClientPackageName);

#ifdef CAMERA_NEEDS_CLIENT_INFO
std::ofstream cpf("/data/misc/aosp/client_package_name");
std::ofstream cpf("/data/misc/aicp/client_package_name");
std::string cpn = String8(mClientPackageName).string();
cpf << cpn;
#endif
Expand Down

0 comments on commit 04985cc

Please sign in to comment.